Using lambda [was Re: Article of interest: Python pros/cons for the enterprise]
Steven D'Aprano
steve at REMOVE-THIS-cybersource.com.au
Sun Feb 24 02:20:30 EST 2008
On Sat, 23 Feb 2008 19:35:30 -0800, Jeff Schwab wrote:
> Every time somebody uses
> lambda here, they seem to get a bunch "why are you using lambda?"
> responses.
Not from me.
I even use "named anonymous functions" *cough* by assigning lambda
functions to names:
foo = lambda x: x+1
--
Steven
More information about the Python-list
mailing list