REPL utilities for running a system during development.
REPL utilities for running a system during development.
(go)
Calls start
. Exists for compatibility with other component libraries.
Calls `start`. Exists for compatibility with other component libraries.
(reset)
Stop the running system, refresh using tools.namespace, and then start the new system.
Stop the running system, refresh using tools.namespace, and then start the new system.
(set-init! init-fn)
Set the initializer to init-fn. Should be a function which takes no arguments and returns the system config to use for the REPL.
Set the initializer to init-fn. Should be a function which takes no arguments and returns the system config to use for the REPL.
(start)
Stops any existing systems and starts a new one calling the initializer set by set-init!
Stops any existing systems and starts a new one calling the initializer set by set-init!
(stop)
Stop the running system (if running)
Stop the running system (if running)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close