From: Leopold Toetsch <[EMAIL PROTECTED]>
   Date: Sat, 14 Oct 2006 23:47:13 +0200

   Am Samstag, 14. Oktober 2006 23:20 schrieb Bob Rogers:
   > This sounds more like a coroutine tutorial to me.  I was hoping that the
   > 'SEE ALSO' links in the source would cover that.  Still, I agree it
   > would be good to have a detailed explanation of how coroutines work in
   > Parrot terms.
   >
   >    The problem is that those who don't understand continuations will
   > have a much harder time understanding coroutines.

   I think re explanation more of some use cases like: if you yield from here 
   (this coro), you are back there, then, by doing foo, you are continuing 
where 
   you left off or elsewhere ;) ...

   No continuation knowledge needed probably, just how can I do generators or 
   such. Just talking about the effect that's it.

   Thanks,
   leo

Gotcha; you want a worked-out example or two.  Yes, that would be a good
thing to add to Coroutine.pir.  I'll put it on my list.

                                        -- Bob

Reply via email to