With 1.1 you could defalias a macro:

(defmacro foo)
(defalias bar foo)

With 1.2, the {:macro true} gets set to {:macro false}, so bar isn't a macro. I spent a few minutes and couldn't find the change that caused this.

I like the 1.1 behavior better. Anybody know the story on how this changed?

Stu

--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to