Liking cljdoc? Tell your friends :D

io.dominic.high.repl

REPL utilities for running a system during development.

REPL utilities for running a system during development.
raw docstring

gocljdeprecated

(go)

Calls start. Exists for compatibility with other component libraries.

Calls `start`.  Exists for compatibility with other component libraries.
sourceraw docstring

resetclj

(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.
sourceraw docstring

set-init!clj

(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.
sourceraw docstring

startclj

(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!
sourceraw docstring

stopclj

(stop)

Stop the running system (if running)

Stop the running system (if running)
sourceraw docstring

systemclj

source

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

× close