[Python-Dev] list comprehensions again...

Gordon McMillan gmcm@hypernet.com
Tue, 11 Jul 2000 21:58:02 -0400


Paul Prescod wrote:

> Python is an OO-ish language after all! Anyhow, with list
> comprehensions we could dump map/filter and probably lambda.

I see more lambdas used in Tkinter code than anywhere else. 
Not a list in sight.

- Gordon