Re: RFC 27 (v1) Coroutines for Perl

2000-08-04 Thread Michael Fowler
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

Re: re rfc 15 typing

2000-08-10 Thread Michael Fowler
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