[IronPython] lambda form

Luis M. Gonzalez luismg at gmx.net
Sun May 8 20:15:08 CEST 2005


Regarding lambda, map and reduce, Guido Van Rossum has said several times that these built-ins are amongst its "Python regrets".

This is what he said in a recent interview:

- If you could change some things that have been done in the
  langage, what would it be ?

Drop lambda, filter, map and reduce. Make range() behave like xrange(). Make keys() and many other methods and built-ins return iterators rather than lists.

The interview is here:
http://blogs.nuxeo.com/sections/blogs/tarek_ziade/2005_04_11_guido_van_rossum
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20050508/c5af0efc/attachment.html>


More information about the Ironpython-users mailing list