On Sat, 25 Jun 2005 19:23:18 +0000, Mandus wrote: > Sat, 25 Jun 2005 16:06:57 GMT skrev Lee Harr: >>>> Higher-order functions like map, filter and reduce. As of Python 3000, >>>> they're non-python tricks. Sigh - i guess it's time for me to get to know >>>> list comprehensions a bit better. >>>> >> >> >> Couldnt there just be a "functional" module ?... >> >> from functional import map, filter, reduce > > but lambda is grammar, so probably not so easy to import?
"from __future__ import something" can change the compile-time behaviour of Python, so it is possible. -- Steven. -- http://mail.python.org/mailman/listinfo/python-list