7 ms·
and Generator Expressions[1], a lazy version of list comprehensions [1]: http://www.python.org/dev/peps/pep-0289/ http://www.python.org/dev/peps/pep-0289/
by sunqiang 16y ago
and Generator Expressions[1], a lazy version of list comprehensions
[1]: http://www.python.org/dev/peps/pep-0289/ http://www.python.org/dev/peps/pep-0289/
- silentbicycle 16y agoYeah, but generators have been done much better. Look at Icon, Lua, or Prolog.