Hey Stuart, On 4 May 2011 00:19, Stuart Sierra <[email protected]> wrote: > No. Clojure template (which I wrote) is a backwards way of doing macros. It > happens to be useful in clojure.test, but nowhere else.
Thanks that's good to know. While we're on the subject, I'm curious about cc.apply-macro. Why should it not be used? I got around a potential use-case by rearranging my macro a bit. Can it have unintended consequences? It seems like there may be cases where it would make code easier to understand. Thanks, David > > -Stuart S > clojure.com > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with your > first post. > 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 -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. 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
