(script-rt-get lang key config)gets the current runtime
(script-rt-get :lua :default {}) => rt/rt-default?
(h/p:space-context-list) => (contains '[:lang/lua])
(h/p:registry-rt-list :lang/lua) => (contains '(:default))
(do (script-rt-stop :lua) (h/p:space-rt-active)) => []
gets the current runtime
(script-rt-get :lua :default {})
=> rt/rt-default?
(h/p:space-context-list)
=> (contains '[:lang/lua])
(h/p:registry-rt-list :lang/lua)
=> (contains '(:default))
(do (script-rt-stop :lua)
(h/p:space-rt-active))
=> [](script-rt-oneshot default {:keys [lang] :as ptr} args)for use with the defmacro.! function
for use with the defmacro.! function
(script-rt-oneshot-eval default lang args)oneshot evals a statement
oneshot evals a statement
(script-rt-restart)(script-rt-restart lang)(script-rt-restart lang ns)restarts a given runtime
restarts a given runtime
(script-rt-stop)(script-rt-stop lang)(script-rt-stop lang ns)stops the current runtime
stops the current runtime
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 |