Liking cljdoc? Tell your friends :D
Clojure only.

trident.repl

Convenience functions for working at the repl.

Convenience functions for working at the repl.
raw docstring

initclj

(init)
(init {:keys [nrepl-port refresh-args] :or {nrepl-port 7888}})

One-time init code for calling after opening the repl.

One-time init code for calling after opening the repl.
sourceraw docstring

refreshcljmacro

(refresh args)

Refreshes namespaces and calls (use 'clojure.repl) afterwards.

args: passed to clojure.tools.namespace.repl/refresh, e.g. [:after 'mount.core/start].

Recommended usage: define a refresh macro in the user namespace that delegates to this.

Refreshes namespaces and calls `(use 'clojure.repl)` afterwards.

`args`: passed to `clojure.tools.namespace.repl/refresh`, e.g.
`[:after 'mount.core/start]`.

Recommended usage: define a `refresh` macro in the `user` namespace that
delegates to this.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close