[Python-Dev] Recommend accepting PEP 312 -- Simple Implicit Lambda
Nick Coghlan
ncoghlan at gmail.com
Sun Jun 19 02:49:56 CEST 2005
Donovan Baarda wrote:
> As I see it, a lambda is an anonymous function. An anonymous function is
> a function without a name.
And here we see why I'm such a fan of the term 'deferred expression'
instead of 'anonymous function'.
Python's lambda expressions *are* the former, but they are
emphatically *not* the latter.
Anyway, the AlternateLambdaSyntax Wiki page has a couple of relevant
entries under 'real closures'.
Cheers,
Nick.
--
Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
---------------------------------------------------------------
http://boredomandlaziness.blogspot.com
More information about the Python-Dev
mailing list