map/filter/reduce/lambda opinions and background unscientificmini-survey

Robert Kern rkern at ucsd.edu
Sat Jul 2 10:36:53 EDT 2005


John Roth wrote:
> "Robert Kern" <rkern at ucsd.edu> wrote in message 
> news:mailman.1226.1120271406.10512.python-list at python.org...
> 
>>map and filter are being removed *because of* list comprehensions. Did you 
>>even read Guido's articles about this issue? Your understanding of why 
>>these changes are planned is incorrect; consequently your projection based 
>>on that understanding is not on firm footing.
> 
> May I most respectfully point out that you've got it backwards.
> Part of the justification for list comprehensions was that they could
> be used to replace map and filter.

That is essentially what I said. List comprehensions were made to 
replace map and filter. Now that they are here, Guido wants to remove 
map and filter to keep OOWTDI.

My response was incomplete, not incorrect.

-- 
Robert Kern
rkern at ucsd.edu

"In the fields of hell where the grass grows high
  Are the graves of dreams allowed to die."
   -- Richard Harter




More information about the Python-list mailing list