Oct. 31, 2011
9:41 p.m.
Arnaud Delobelle wrote:
Is it worth noting that the implementation in Python (*) that I posted earlier on does just that? The costart generator function, when initiated, keeps track of the stack of suspended generators so that only the current one is accessed at any time.
Yes, I know that this can and has been done before using generators. The important thing is that I'll be using a new protocol that's separate from the generator protocol, making it possible to use both together in a staightforward and efficient way. -- Greg