Liking cljdoc? Tell your friends :D

contextual.impl.compile


-compileclj

(-compile expr)
(-compile expr lookup)
(-compile expr lookup registry)
source

assembleclj

(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.
sourceraw docstring

expand-symbolclj

(expand-symbol registry lookup s)
source

flatten-stringsclj

(flatten-strings expr)
source

maybe-resolveclj

(maybe-resolve s)
source

symbols-registryclj

Assembler special forms which are expanded to specially compiled classes.

Assembler special forms which are expanded to specially compiled classes.
sourceraw docstring

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

× close