defsymbolmacro macro clojure.tools.macro Define a symbol macro. Because symbol macros are ... deftemplate macro clojure.tools.macro Define a macro that expands into forms after repl...
macrolet macro clojure.tools.macro Define local macros that are used in the expansio... mexpand function clojure.tools.macro Like clojure.core/macroexpand, but takes into acc... mexpand-1 function clojure.tools.macro Like clojure.core/macroexpand-1, but takes into a... mexpand-all function clojure.tools.macro Perform a full recursive macro expansion of a for...
name-with-attributes function clojure.tools.macro To be used in macro definitions. Handles optional...
symbol-macrolet macro clojure.tools.macro Define local symbol macros that are used in the e...
with-symbol-macros macro clojure.tools.macro Fully expand exprs, including symbol macros..