[Python-3000] List-Comp style for loops?

Crutcher Dunnavant crutcher at gmail.com
Sat Apr 8 03:21:19 CEST 2006


Basic idea:

[for ... in ...]+ if ...:
  body

A) it should be syntatically simple to parse.
B) it establishes a nice symetry with list comprehensions.

--
Crutcher Dunnavant <crutcher at gmail.com>
littlelanguages.com
monket.samedi-studios.com


More information about the Python-3000 mailing list