Liking cljdoc? Tell your friends :D

bindscript.api


def-bindscriptclj/s≠macro

clj
(def-bindscript identifier & body)
cljs
(def-bindscript &form &env identifier & body)

Define a bindscript for later execution and inspection. The script will be registered with identifier, which sould be a qualified keyword. body is an usual bindings-form, like in let.

Define a bindscript for later execution and inspection. The script will be
registered with `identifier`, which sould be a qualified keyword.
`body` is an usual bindings-form, like in `let`.
source (clj)source (cljs)raw docstring

enabled?clj/s

source

installedclj/s

source

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

× close