On 01/18/2015 09:00 PM, Andrea Faulds wrote:
> That would also mean a future sorting API could unify user sorts and non-user 
> sorts: just make the default callback be cmp().
> 
> Usage would be like this:
> 
> cmp(1, 2); // 1
> cmp(1, 1); // 0
> cmp(2, 1); // 1
> 
> Essentially, exactly like the spaceship in Perl, but a function.
> 
> Thoughts?

Well, if you really meant that would be the output, perhaps we should
get someone else to write it. :)

-Rasmus

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to