Raymond Hettinger <[EMAIL PROTECTED]> writes: > We need a C-speed verion of the lambda function, something like a K > combinator that consumes arguments and emits constants.
Some discussion of this is at <http://bugs.python.org/issue1673203>. I had suggested implementing K through an optional second arg for a proposed identity function but everyone hated that. I'm amused. I had suggested it because I thought that it would be easier than getting two separate functions accepted. -- http://mail.python.org/mailman/listinfo/python-list