On Fri, 11 Mar 2005 07:19:56 -0800, Guido van Rossum <[EMAIL PROTECTED]> wrote: > > Personally, I think Python has too many builtins already. > > It has fewer than most dynamic languages; and remember that I'm > trading product(), any(), all() for reduce(), map() and filter(). > There are others slated for disappearance, too.
I think I'd miss reduce, but I'd be happy to have it moved to an extension module. There's no need for reduce to be a builtin. I'd be very happy to have any and all around. Jeremy _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com