Lambda going out of fashion

Fredrik Lundh fredrik at pythonware.com
Thu Dec 23 13:03:48 EST 2004


"jfj" wrote:

> Personally I'm not a fan of functional programming but lambda *is* useful when I want to say for 
> example:
>
>   f (callback=lambda x, y: foo (y,x))
>
> I don't believe it will ever disappear.

agreed.  there's no reason to spend this christmas rewriting your programs, folks.
I'm sure you all have better things to do ;-)

cheers /F 






More information about the Python-list mailing list