On Thu, Mar 06, 2008 at 12:25:59AM -0800, David Brown wrote: > I suspect lambdas are useless because they don't have lexical closures. > Neither defs nor lambdas are all that useful to pass around without > closures.
Here's a good explanation of how things currently work in Python: http://mail.python.org/pipermail/python-list/2004-July/270951.html For how Python 3.0 will change this see: http://www.python.org/dev/peps/pep-3104/ Dave Cook -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg
