why tar is strange

Grant Griffin g2 at seebelow.org
Fri May 26 17:28:38 EDT 2000


Edward S. Vinyard wrote:
> 
> On 23 May 2000, Martijn Faassen wrote:
> >I never used that. 'for' loops are generally more clean and more
> >extensible in Python. I only find myself using map() rarely, filter()
> >even more rarely, and reduce() hardly at all. Of course your mileage may
> >vary.
> 
> How are 'for' loops more extensible in Python?
> 
> Grant Griffin <g2 at seebelow.org> wrote:
> >> Besides map, Python has lots of built-in functions emboding concepts
> >> which aren't familiar to me as an experienced C/C++ programmer, for
> >> example:  map, reduce, lambda, filter, etc.
> 
> map, reduce, and filter have equivalents in the STL.
>

Well, as an experience C/C++ programmers, I've learned not to use the
STL. ;-)

(as-slow-as-them-darn-things-are,-you-might-as-well-just-use-a
   -good-high-level-scripting-language-<wink>)-ly y'rs,

=g2
-- 
_____________________________________________________________________

Grant R. Griffin                                       g2 at dspguru.com
Publisher of dspGuru                           http://www.dspguru.com
Iowegian International Corporation	      http://www.iowegian.com



More information about the Python-list mailing list