Hi Stuart,

> Nope, no can do.
>
> For an example of why, check out clojure.contrib.apply-macro -- the
> warnings are there for a reason.

For some reason I missed this library. Looks the same like the code I
wrote and declared as "to evil to use".

> "apply" is a function, so it's evaluated at runtime.  But macros are
> evaluated at compile-time.  If you're calling it on a list of
> arguments, that list won't exist until runtime.

Thx for this explanation.

Greets, Benjamin
--~--~---------~--~----~------------~-------~--~----~
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