Liking cljdoc? Tell your friends :D

com.fulcrologic-pro.riddley.compiler


localsclj

(locals)

Returns the local binding map, equivalent to the value of &env.

Returns the local binding map, equivalent to the value of `&env`.
raw docstring

register-argclj

(register-arg x)

Registers a function argument x.

Registers a function argument `x`.
raw docstring

register-localclj

(register-local v x)

Registers a locally bound variable v, which is being set to form x.

Registers a locally bound variable `v`, which is being set to form `x`.
raw docstring

tag-ofclj

(tag-of x)

Returns a symbol representing the tagged class of the symbol, or nil if none exists.

Returns a symbol representing the tagged class of the symbol, or `nil` if none exists.
raw docstring

with-base-envcljmacro

(with-base-env & body)

with-lexical-scopingcljmacro

(with-lexical-scoping & body)

Defines a lexical scope where new locals may be registered.

Defines a lexical scope where new locals may be registered.
raw docstring

with-stub-varscljmacro

(with-stub-vars & body)

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

× close