[snip too-long subject]

Paul Rubin http
Fri Mar 19 03:12:54 EST 2004


Chris Gonnerman <chris.gonnerman at newcenturycomputers.net> writes:
> > map, zip, sum, etc. are used in a large amount of production
> > code. Moving them somewhere else would break every piece of code
> > that uses them.  This is not going to happen soon, possibly ever.
> 
> I'm a bit confused, anyway.  When did functional programming become
> outdated?

Preferred style these days is to use list comprehensions instead of
map and zip.



More information about the Python-list mailing list