Re: [Jprogramming] fit conjunction - quicksort recursion

2014-09-03 Thread Thomas Costigliola
On Tue, Sep 2, 2014 at 2:49 PM, 'Pascal Jasmin' via Programming < programm...@jsoftware.com> wrote: > Thomas, > > An interesting alternative to getting O. to apply to $: in quicksort, > would be to apply your parallelism adverb to $:, which btw I am very much > looking forward to release. > > quic

Re: [Jprogramming] fit conjunction - quicksort recursion

2014-09-02 Thread 'Pascal Jasmin' via Programming
Thomas, An interesting alternative to getting O. to apply to $: in quicksort, would be to apply your parallelism adverb to $:, which btw I am very much looking forward to release. quicksort=: (($:@(<#[), (=#[), $:@(>#[)) ({~ ?@#)) ^: (1<#) Appologies if you've already thought of the potential