On Tue, Jan 4, 2011 at 8:29 PM, MiltondSilva <[email protected]> wrote:
> Again from inspection it seems the way it's implemented in contrib,
> the code makes one pass. With (apply str (interpose sep coll)) you
> make two, one to interpose the other to convert (seq->str).

Well, interpose does return a lazy sequence, but it does appear that
would get realized passing them in as args to str.  Thanks!  That's
was the tidbit I was looking for!

-John

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

Reply via email to