Jim Hugunin wrote:

March Liu wrote:
> lambda key word may remove from CPython 3.0. Maybe we can replace it
> by the other way as List Comprehensions, funcation Factory...

I like to encourage people who come from a functional background to use
list comprehensions instead of lambda when possible. I'm not sure that
lambda should go away, but I do wonder if map, filter and reduce
shouldn't be removed from builtins

I would gladly trade this trio for defsyn ( and the crew ;-)

to more strongly encourage the use of
list comprehensions or generator expressions instead.

Agreed.

[SNIP]

   Thanks for looking into this lambda thingy.

   PhiHo

_______________________________________________
users-ironpython.com mailing list
users-ironpython.com@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to