[Python-3000] Python 3000 Status Update (Long!)

Gábor Farkas gabor at nekomancer.net
Tue Jun 19 13:54:32 CEST 2007


Guido van Rossum wrote:
> I've written up a comprehensive status report on Python 3000. Please read:
> 
> http://www.artima.com/weblogs/viewpost.jsp?thread=208549
> 

why does map and filter stay, but reduce leaves?

i understand that some people think that an explicit for-loop is more 
understandable, but also many people claim that list-comprehensions are 
more understandable than map/filter.., and map/filter can be trivially 
written using list-comprehensions.. so why  _reduce_?

gabor


More information about the Python-3000 mailing list