reloaded workflow support
some slightly awkward clj-only macros to def a system and associated fns including a c.t.n.r/refresh-based reload! operation
reloaded workflow support some slightly awkward clj-only macros to def a system and associated fns including a c.t.n.r/refresh-based reload! operation
(defsys-fns system-spec)
(defsys-fns nm system-spec)
defs a system sys
and start!
, stop!
, reinit!
and reload!
fns
nm
- def sys-<nm>
, start-<nm>!
&c insteaddefs a system `sys` and `start!`, `stop!`, `reinit!` and `reload!` fns - `nm` - def `sys-<nm>`, `start-<nm>!` &c instead
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close