What is the meaning of this?

Rémi Forax forax at univ-mlv.fr
Tue Feb 2 10:48:15 PST 2010


Le 02/02/2010 19:40, Neal Gafter a écrit :
> I think Zdenek had it exactly right.
>
> A lambda expression is not an object creation expression.  The function is
> not declared within the scope of some object type.  A lambda is written as
> an independent block of code, and should be scoped accordingly.  Trying to
> make a lambda act the same as an anonymous class creation expression smacks
> of cargo-cult language design.
>    

I agree. Lambda is an anonymous function.

> Cheers,
> Neal
>    

regards,
Rémi


More information about the lambda-dev mailing list