Convenience functions for working at the repl.
Convenience functions for working at the repl.
(init)
(init {:keys [nrepl-port] :or {nrepl-port 7888}})
One-time init code for calling after opening the repl.
One-time init code for calling after opening the repl.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close