[Python-Dev] Simple coroutines?

Greg Ewing greg at cosc.canterbury.ac.nz
Wed Aug 25 04:59:43 CEST 2004


> how much difference is there to generators?

Very little! Probably too little, in fact, to justify having a
different kind of entity at all. I only suggested it because there
seems to be a reluctance to extend generators in any way that might
suggest using them for purposes other than generation.

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	   +--------------------------------------+


More information about the Python-Dev mailing list