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