[Python-Dev] Let's just keep lambda (original) (raw)
Guido van Rossum guido at python.org
Wed Feb 8 19:07:01 CET 2006
- Previous message: [Python-Dev] Let's just *keep* lambda
- Next message: [Python-Dev] Let's just *keep* lambda
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 2/8/06, Patrick Collison <patrick at collison.ie> wrote:
And to think that people thought that keeping "lambda", but changing the name, would avoid all the heated discussion... :-)
Note that I'm not participating in any attempts to "improve" lambda.
Just about the only improvement I'd like to see is to add parentheses around the arguments, so you'd write lambda(x, y): xy instead of lambda x, y: xy.
-- --Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-Dev] Let's just *keep* lambda
- Next message: [Python-Dev] Let's just *keep* lambda
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]