Hi,

Am 14.11.2009 um 20:31 schrieb John Harrop:

For situations like this, I find it handy to discover what reader- macros are expanding to. This works well:

user=>(defmacro expand [arg] (println arg))
#'user/expand
user=>(expand #(@%))
(fn* [p1__6536] ((clojure.core/deref p1__6536)))

user=> (macroexpand-1 '#(@%))
(fn* [p1__13] ((clojure.core/deref p1__13)))

;)

Sincerely
Meikel

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to