On Thu, Mar 06, 2008 at 12:13:16AM -0800, David M. Cook wrote:
"Useless lambdas."Use a def. Lambdas are going away, anyway. It's not as convenient as an anonymous function, but it's a pretty trivial difference.
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. David -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg
