ClojureDocs

导航

命名空间

macroexpand

clojure.core

从 1.0 版本开始提供 (源代码)
  • (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.