On 6/2/2014 3:03 PM, Brad Anderson wrote:
> I like how the lambdas can omit the parameters then reference them by special
> $0, $1, etc (e.g., { $0 < $1 }).
We had something similar years ago, to support regexes, and people hated it so I
reverted it.