ClojureDocs

Nav

Namespaces

macroexpand

clojure.core

Available since 1.0 (source)
  • (macroexpand form)
Repeatedly calls macroexpand-1 on form until it no longer
represents a macro form, then returns it.  Note neither
macroexpand-1 nor macroexpand expand macros in subforms.