map/filter/reduce/lambda opinions and background unscientificmini-survey

Steven Bethard steven.bethard at gmail.com
Wed Jul 6 10:41:09 EDT 2005


Ron Adam wrote:
> Yes, I think a different key word would help.  My current favorite 
> alternative is to put it in parentheses similar to list comprehensions 
> and use "let".
> 
> (let x,y return x+y)

If you haven't already, see:

http://wiki.python.org/moin/AlternateLambdaSyntax

for other similar proposals.

STeVe



More information about the Python-list mailing list