Re: Cothreads [was Re: Coroutines]

2003-05-28 Thread Bill Atkins
Quoting Michael Lazzaro <[EMAIL PROTECTED]>: > Similarly, then, I would expect: > > sub foo(...) is threaded { ... yield() ... return() } > > foo(...args...) > > to start &foo as a new thread. C would temporarily suspend > the thread, and C would end the thread. (Note that you could

Suggestions

2002-07-07 Thread Bill Atkins
1. Perl6 should include a "has" and "have" keyword to set properties more clearly: my $var has Found; as opposed to: my $var is Found Similarly: my @list have Found I guess "have" sounds weird (all you base are belong to us ;) ) and may not be necessary. 2. Perl6 definitely should inclu