Hi,

Am 23.01.2012 um 17:40 schrieb Armando Blancas:

> Can you point to where that's happening? I can only see an iteration
> of next over the sequence returned by map.

Exactly. And what does (map f xs) return? (cons (f (first xs)) (map f (rest 
xs))). Each such a cons is created for one step of the input sequence(s). The 
fact that you don't use the first part of the cons, does not mean it's not 
created.

Sincerely
Meikel

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