Subject: Re: lambda, ->, haskell, and so on
From: Paul Brannan <pbrannan atdesk.com>
Date: Tue, 6 May 2008 02:13:10 +0900
References: 1661116661166621666316664
In-reply-to: 16664
On Tue, May 06, 2008 at 02:02:34AM +0900, David A. Black wrote:
> define_method(:m) &lambda(x,y,z) { block }
That looks like the binary & operator, not the unary block-pass
operator (or whatever it's called).
Paul