Re: Logo considerations - 3 logos needed

2009-03-25 Thread Mark J. Reed
Perl 6 is more than just the test suite. It's a language specification, a reference parser, a test suite, and perhaps a reference setting implementation. All of the things about the language that are not tied to a particular implementation are part of Perl 6. Rakudo is a particular

Re: Logo considerations

2009-03-24 Thread Mark J. Reed
? While I wasn't really serious about it... -- Sent from my mobile device Mark J. Reed markjr...@gmail.com

Re: Converting a Perl 5 pseudo-continuation to Perl 6

2009-01-03 Thread Mark J. Reed
point. my more_pid_stuff := pid_file_handler($pid_file); How does binding work with an rvalue like that? Or does each yield produce a fresh new continuation object like this? That would definitely be my vote. -- Mark J. Reed markjr...@gmail.com