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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to