[Python-Dev] accumulator display syntax
Greg Ewing
greg at cosc.canterbury.ac.nz
Wed Oct 22 23:37:11 EDT 2003
More information about the Python-Dev mailing list
Wed Oct 22 23:37:11 EDT 2003
- Previous message: [Python-Dev] accumulator display syntax
- Next message: [Python-Dev] accumulator display syntax
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> > pipe = source > > for p in predicates: > > pipe = e for e in pipe if ^p(e) > > Bah. Arbitrary semantics bound to line-noise characters. Guess what > that reminds me of. :-) If anyone can think of anything less line-noisy, I'm open to suggestions. The important thing is the idea of explicitly capturing an enclosing binding, however it's expressed. 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