(assemble expr)
(assemble expr lookup)
(assemble expr lookup registry)
Assemble an expression expr
with the following optional arguments:
lookup
: A map from symbol to value. Can contain any type of value.
Usually constants, Path*s or functions.
registry
: a symbol -> special form emitter map. See
symbols-registry
as a default value.
Assemble an expression `expr` with the following optional arguments: `lookup`: A map from symbol to value. Can contain any type of value. Usually constants, Path*s or functions. `registry`: a symbol -> special form emitter map. See [[symbols-registry]] as a default value.
Assembler special forms which are expanded to specially compiled classes.
Assembler special forms which are expanded to specially compiled classes.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close