Liking cljdoc? Tell your friends :D

std.lang.base.script-control


+watch-keys+clj


script-rt-getclj

(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))
=> []
raw docstring

script-rt-oneshotclj

(script-rt-oneshot default {:keys [lang] :as ptr} args)

for use with the defmacro.! function

for use with the defmacro.! function
raw docstring

script-rt-oneshot-evalclj

(script-rt-oneshot-eval default lang args)

oneshot evals a statement

oneshot evals a statement
raw docstring

script-rt-restartclj

(script-rt-restart)
(script-rt-restart lang)
(script-rt-restart lang ns)

restarts a given runtime

restarts a given runtime
raw docstring

script-rt-stopclj

(script-rt-stop)
(script-rt-stop lang)
(script-rt-stop lang ns)

stops the current runtime

stops the current runtime
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close