Thanks! Then I have another short one... Sent from my Ei4Steve On Oct 20, 2012, at 14:16, Nick Coghlan <ncoghlan@gmail.com> wrote:
On Sat, Oct 20, 2012 at 9:52 PM, Christian Tismer <tismer@stackless.com> wrote:
What has happened to the PEP, was it rejected?
No, it's still open. We just wanted to give the yield from PEP a chance to see some use on its own before we started trying to take it any further, and Greg was amenable to that approach.
I often see the phrase "coroutine" but without explicit mention if symmetric (greenlet) or asymmetric (Lua). Then when I hear myself quibbling about "full generators" then I mean generators that are made up of a few functions that all can yield to the caller of this generator. Question: is "full generators" equivalent to "asymmetric coroutine"? Question 2: when people talk about coroutines, is "asymmetric" the default here? The reason that I ask is my fear to create problems when answering to messages with different default meanings in mind. Thanks - chris