macro #2 is the idiomatic way of writing a macro. You generally
shouldn't worry about the expanded form of the macro.

All that extra clojure.core/ stuff is actually for your benefit.

Imagine if you use that macro in a different namespace where take-
while has been redefined. You probably intended for your macro to use
the take-while that was defined when you first wrote the macro. The
clojure/core/ prefix ensures that.

  -Patrick
--~--~---------~--~----~------------~-------~--~----~
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