Index of Public Functions and Variables -
This page has an alphabetical index of all the documented functions and variables
in
tools.macro.
D
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...
M
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...
N
name-with-attributes function clojure.tools.macro To be used in macro definitions. Handles optional...
S
symbol-macrolet macro clojure.tools.macro Define local symbol macros that are used in the e...
W
with-symbol-macros macro clojure.tools.macro Fully expand exprs, including symbol macros..