Theoretical question about Lambda

Erik Max Francis max at alcyone.com
Thu May 2 02:57:17 EDT 2002


pekka niiranen wrote:

> Is there any forced need for Lambda's in Python ? I mean does Lambda
> contribute anything
> that cannot be done otherwise in Python ?

In Python, lambdas really just act as anonymous functions.  They obviate
the need to give a name to a function that you might only use in one
instance.

-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, US / 37 20 N 121 53 W / ICQ16063900 / &tSftDotIotE
/  \ Life is one long process of getting tired.
\__/ Samuel Butler
    Interstelen / http://www.interstelen.com/
 A multiplayer, strategic, turn-based Web game on an interstellar scale.



More information about the Python-list mailing list