It's unlikely to come up, but I noticed this:

(macroexpand-1 '(defmacro foo [] 'bar))
=>(do (clojure/defn foo [] (quote bar)) (. (var foo) (setMacro)))

Doesn't return the return value of the defn, which I think it should
for consistency.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to