in reply to Re (tilly) 3: Perl 6 coroutines (RFC 31)
in thread Perl 6 coroutines (RFC 31)

Yes, I looked at Ruby when it was mentioned last month. I looked at the block thing compared with Perl.

If Perl allows the implicit sub at any position rather than only the first, we can do the same thing like Ruby. Having yield will make some things easier, like the tree traversal.

  • Comment on Re: Re (tilly) 3: Perl 6 coroutines (RFC 31)