Python3: on removing map, reduce, filter

Nick Coghlan ncoghlan at iinet.net.au
Mon Jan 10 08:25:52 EST 2005


Terry Reedy wrote:
> "Andrey Tatarinov" <elephantum at dezcom.mephi.ru> wrote in message 
> news:34csn1F4a46hqU1 at individual.net...
> 
>>How does GvR suggestions on removing map(), reduce(), filter()
> 
> 
> While GvR *might* prefer removing them completely on any given day, I think 
> moving them to a functional module, as others have suggested and requested, 
> is currently more likely.  I believe that GvR has indicated at times that 
> this would be an acceptible compromise.
> 
> I am one of those who think the list of builtins is currently too long to 
> be easily grasped and should be shrunk.

Heh. When PEP 309 hits CVS (with functional.partial), maybe it can grow aliases 
for the three of them so people can get used to the idea.

It might keep partial from getting too lonely. . . :)

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at email.com   |   Brisbane, Australia
---------------------------------------------------------------
             http://boredomandlaziness.skystorm.net



More information about the Python-list mailing list