Re: [racket-users] Need help with parallelizing a procedure

2017-08-19 Thread Matthias Felleisen
May I recommend The Seasoned Schemer? > On Aug 19, 2017, at 9:28 AM, George Neuner wrote: > > > On 8/19/2017 6:16 AM, Zelphir Kaltstahl wrote: >> I looked at the code for a while again and think I now begin to understand >> it a bit more: >> >> I did not know `(let/ec` so I had to read abo

Re: [racket-users] Need help with parallelizing a procedure

2017-08-12 Thread Jon Zeppieri
On Sat, Aug 12, 2017 at 6:21 AM, Zelphir Kaltstahl wrote: > > ~~~ > (define (gini-index subsets label-column-index) > (for*/list ([subset (in-list subsets)] > [label (in-list (list 0 1))]) > (place pch >(place-channel-put pch (list subset label label-column-index))