On Aug 7, 2010, at 8:35 PM, Michael Gardner wrote:

> (partition-by #(when (even? %) (gensym))
Whoops, hit 'send' too soon. And it doesn't actually work, since it splits 
before and after the even values.

On Aug 7, 2010, at 8:39 PM, gary ng wrote:

> nice, why do I need the gensym ?

The gensym was just a cheesy way of generating a unique value.

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