On Jan 15, 6:04 pm, Daniel Jomphe <danieljom...@gmail.com> wrote:
> And still, I wasn't prepared for the fact that macros don't mix 100%
> with functions. Either I overlooked an important section in these
> books, or they didn't really cover it much.

It's not covered much.  You get used to it.  Think of it this way --
macros only exist during compilation.  Functions like "apply" get
evaluated at run-time.  A macro like "and" has no value at run-time,
so you can't use it as an argument to a function.

-Stuart Sierra


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