On Fri, Aug 04, 2000 at 03:13:24PM -, Perl6 RFC Librarian wrote:
> co foo { ... }
> my $x = co { ... }
>
>$y = <|foo>;
>
>print |$x "hello, world\n";
>
> Inside a coroutine, the meanings of "<>" and the default file
> descriptor for print, printf, etc. are overloaded.
Is it ju
I couldn't determine if this involves just language, or just internals, so
I'm posting to both. Let me know if this discussion is inappropriate for
one or the other (or both?!).
On Thu, Aug 10, 2000 at 05:08:39AM +, David L. Nicol wrote:
>
> The other advantage of typed languages is that t