Python Tutorial Was: Guido's regrets: filter and map

Courageous jkraska at san.rr.com
Tue Nov 26 01:23:24 EST 2002


>I find lambda quite useful for creating simple anonymous functions to pass
>to GUIs as button commands and the like.

Simple indeed. It's a consequence of the Python syntactic structure that lambdas
shall _always_ be nothing more than a tiny little sub language in which certain
normal Python expressions can never occur.

C//




More information about the Python-list mailing list