[Python-Dev] list comprehensions again...

Barry A. Warsaw bwarsaw@beopen.com
Tue, 11 Jul 2000 20:20:44 -0400 (EDT)


>>>>> "PP" == Paul Prescod <paul@prescod.net> writes:

    PP> Would it help to think of list comprehensions not so much as a
    PP> vote for a new idea as a vote AGAINST lambda, map and filter?

If you mean specifically map/filter with lambda, yes.  But map/filter
with are pretty straightforward I think.  It's the lambda that's
confusing.

-Barry