On Feb 14, 9:07 pm, kyle smith <[email protected]> wrote: > I'm trying to map across code, but map evals each item in the list. > I've been trying to re-implement map as a macro, but so far no > success. Is there some way to accomplish this?
clojure.contrib.template/do-template may do what you want. -Stuart Sierra --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
