[Python-Dev] accumulator display syntax
Greg Ewing
greg at cosc.canterbury.ac.nz
Tue Oct 21 03:43:06 EDT 2003
More information about the Python-Dev mailing list
Tue Oct 21 03:43:06 EDT 2003
- Previous message: [Python-Dev] accumulator display syntax
- Next message: [Python-Dev] accumulator display syntax
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Guido: > 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? Greg Ewing, Computer Science Dept, +--------------------------------------+ University of Canterbury, | A citizen of NewZealandCorp, a | Christchurch, New Zealand | wholly-owned subsidiary of USA Inc. | greg at cosc.canterbury.ac.nz +--------------------------------------+
- Previous message: [Python-Dev] accumulator display syntax
- Next message: [Python-Dev] accumulator display syntax
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list