On 15.02.2009, at 03:07, kyle smith 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?

I am not sure I understand 100% what you want to do, but perhaps what  
you need is a macro that uses map internally? A macro gets code  
passed in without evaluation, so it's just lists of lists and vectors  
etc.. You can work on them with map or whatever else you like.

Konrad.


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