(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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |