Meh. Half-assed (mis)reading. Sorry. -Martin

On 2012-03-29 16:23 , "Weber, Martin S" <martin.we...@nist.gov> wrote:

>Yeah I don't like that either. Consider (comp vals (partial group-by
>identity)).
>
>On 2012-03-29 16:18 , "David Jagoe" <davidja...@gmail.com> wrote:
>
>>Hi all,
>>I'm sure I'm missing a really simple way of doing this!
>>
>>Given a sequence like this: [1 2 1 2 1 1 2 1 2 2 2]
>>
>>partition it to get this: [(1 2) (1 2) (1) (1 2) (1 2) (2) (2)]
>>
>>I've been trying to write something generic like partition-by because the
>>values are maps. Also I want to be able to deal with more than 2 distinct
>>values.
>>
>>Thanks!
>>
>>-- 
>>David Jagoe
>>
>>davidja...@gmail.com
>>+447535268218
>>
>>
>>
>>
>>-- 
>>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
>
>-- 
>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

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