Tools for interactive development with the REPL.
WARNING: This file should NOT be included in a production build of the application
WARNNING:
using (refresh!) will fail if you just ran lein uberjar
without cleaning afterwards.
https://stackoverflow.com/questions/44246924/clojure-tools-namespace-refresh-fails-with-no-namespace-foo
Tools for interactive development with the REPL. WARNING: This file should NOT be included in a production build of the application WARNNING: using (refresh!) will fail if you just ran `lein uberjar` without cleaning afterwards. https://stackoverflow.com/questions/44246924/clojure-tools-namespace-refresh-fails-with-no-namespace-foo
a fake environment variables setting for development
a fake environment variables setting for development
(go!)
Initializes the current development system and starts it running.
Initializes the current development system and starts it running.
(init!)
Constructs the current development system.
Constructs the current development system.
(refresh!)
reset the system to a fresh state. Prefer using this over go!
reset the system to a fresh state. Prefer using this over go!
(start!)
Starts the current development system.
Starts the current development system.
(stop!)
Shuts down and destroys the current development system.
Shuts down and destroys the current development system.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close