Helper functions to be referred into the 'user' namespace. These functions lazily load the tools.namespace and component.repl namespaces, to avoid delaying the start of a REPL.
Helper functions to be referred into the 'user' namespace. These functions lazily load the tools.namespace and component.repl namespaces, to avoid delaying the start of a REPL.
(dev)
Loads all source files and switches to the 'dev' namespace.
Loads all source files and switches to the 'dev' namespace.
The symbol name of the namespace used for interactive development.
The symbol name of the namespace used for interactive development.
(go)
Loads all source files, starts the application running in development mode, and switches to the 'dev' namespace.
Loads all source files, starts the application running in development mode, and switches to the 'dev' namespace.
(reset)
Alias for go
to match the behavior of reset
in the dev
namespace.
Alias for `go` to match the behavior of `reset` in the `dev` namespace.
(set-dev-ns sym)
Specifies the symbol name of the namespace to be used for
interactive development. The functions dev
, go
, and reset
will
switch to this namespace. Defaults to 'dev.
Specifies the symbol name of the namespace to be used for interactive development. The functions `dev`, `go`, and `reset` will switch to this namespace. Defaults to 'dev.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close