Re: divide-n-conquer collections

2010-05-07 Thread B Smith-Mannschott
On Thu, May 6, 2010 at 02:08, Fabio Kaminski wrote: > im really a newcomer, and since i couldnt find this information anywhere.. > there we go :) > how can i split a collection and later join a collection in clojure.. to > apply concurrent transversal patterns in collections, like a divide and > c

Re: divide-n-conquer collections

2010-05-07 Thread David Nolen
On Wed, May 5, 2010 at 8:08 PM, Fabio Kaminski wrote: > im really a newcomer, and since i couldnt find this information anywhere.. > there we go :) > > how can i split a collection and later join a collection in clojure.. to > apply concurrent transversal patterns in collections, like a divide and

Re: divide-n-conquer collections

2010-05-07 Thread Fabio Kaminski
another question over the "same" topic.. why is parallel library deprecated? theres another library wrapping doug lea's fork-join? or clojure has its own solution for that.. sorry about been pervertly curious.. hehehe On Wed, May 5, 2010 at 9:29 PM, Fabio Kaminski wrote: > i know answering myse

Re: divide-n-conquer collections

2010-05-07 Thread Fabio Kaminski
i know answering myself could sound like crazy, but: http://clojure.org/sequences > Create nested seqs: split-at split-with part

divide-n-conquer collections

2010-05-07 Thread Fabio Kaminski
im really a newcomer, and since i couldnt find this information anywhere.. there we go :) how can i split a collection and later join a collection in clojure.. to apply concurrent transversal patterns in collections, like a divide and conquer one? Thanks all! Fabio Kaminski -- You received thi