A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2003-October/039161.html below:

[Python-Dev] accumulator display syntax

[Python-Dev] accumulator display syntax [Python-Dev] accumulator display syntaxGuido van Rossum guido at python.org
Tue Oct 21 14:11:39 EDT 2003
> > But the executive summary remains: the generator wins because it
> > doesn't have to materialize the whole list.
> 
> But what would happen if the generator were replaced with
> in-line code that computes the values and feeds them to
> an accumulator object, such as might result from an
> accumulator syntax that gets inline-expanded in the
> same way as a list comp?

I'd worry that writing an accumilator would become much less natural.
The cool thing of iterators and generators is that you can write both
the source (generator) and the destination (iterator consumer) as a
simple loop, which is how you usually think about it.

--Guido van Rossum (home page: http://www.python.org/~guido/)

More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4