Securing a future for anonymous functions in Python

Paul Rubin http
Thu Dec 30 08:36:06 EST 2004


Nick Coghlan <ncoghlan at iinet.net.au> writes:
> Anyway, I'm looking for feedback on a def-based syntax that came up in
> a recent c.l.p discussion:

Looks like just an even more contorted version of lambda.  It doesn't
fix lambda's main deficiency which is inability to have several
statements in the anonymous function.



More information about the Python-list mailing list