function | since v0.0-1503 | Edit |
(macroexpand form)
Queries the reflection api with a quoted macro form, then calls the callback function with the macroexpanded form, as a string.
(defn macroexpand
[form]
(query-reflection (str "macroform=" (js/encodeURIComponent (str form))) println))