(ast-hy expr)
Perform hygienic transformation on an AST
eg. (-> (ast ...) ast-hy)
Perform hygienic transformation on an AST eg. (-> (ast ...) ast-hy)
(emit-hy expr)
Emit an already-hygienic AST as a form.
eg. (-> (ast ...) ast-hy emit-hy)
Emit an already-hygienic AST as a form. eg. (-> (ast ...) ast-hy emit-hy)
(hygienic-local-binding {:keys [op init sym] :as local-binding} scope new-sym?)
(macroexpand f)
Fully macroexpand a form, using hygiene.
Fully macroexpand a form, using hygiene.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close