Liking cljdoc? Tell your friends :D

bindscript.core


!script-resultsclj/s

source

!scriptsclj/s

source

def-bindscript-macro-implclj/s

(def-bindscript-macro-impl identifier body)

Implementation for the bindscript.api/def-bindscript macro.

Implementation for the `bindscript.api/def-bindscript` macro.
sourceraw docstring

eval-all-scriptsclj/s

(eval-all-scripts)

Evaluates all defined bindscripts, returns the results.

Evaluates all defined bindscripts, returns the results.
sourceraw docstring

eval-test-fnclj/s

(eval-test-fn f var-name form spec)
source

reg-script!clj/s

(reg-script! script)

Register a bindscript.

Register a bindscript.
sourceraw docstring

reset-scripts!clj/s

(reset-scripts!)

Remove all defined bindscripts.

Remove all defined bindscripts.
sourceraw docstring

scripts-in-orderclj/s

(scripts-in-order)

Provide all bindscripts in order.

Provide all bindscripts in order.
sourceraw docstring

specclj/s

(spec spec value)
source

wrap-forms-in-fnsclj/s

(wrap-forms-in-fns result body current-var)
source

wrap-in-fnclj/s

(wrap-in-fn form var-name form spec)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close