(create-system builder)
(create-system builder default-conf)
(create-system builder default-conf label)
(defsystem builder default-conf)
(defsystem base-name builder default-conf)
macro which defs some vars around a system and provides easy tools-namespace reloading. you get
<base-name>-sys - the Sys record <base-name>-start! - start the system, with optional config <base-name>-stop! - stop the system if running <base-name>-reload! - stop!, tools.namespace refresh, start!
macro which defs some vars around a system and provides easy tools-namespace reloading. you get <base-name>-sys - the Sys record <base-name>-start! - start the system, with optional config <base-name>-stop! - stop the system if running <base-name>-reload! - stop!, tools.namespace refresh, start!
(start! _)
(start! _ conf)
(stop! _)
(system-map _)
(refresh-start after-sym)
refresh and start on clj... error on cljs
refresh and start on clj... error on cljs
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close