in reply to perl6 or not perl6 ...

Considering that Perl6 will run Perl5 code directly, I don't think the very different moniker really works. Perl6 is the next version of Perl after Perl5 -- I don't see why it should be a different name.

<-radiant.matrix->
A collection of thoughts and links from the minds of geeks
The Code that can be seen is not the true Code
I haven't found a problem yet that can't be solved by a well-placed trebuchet

Replies are listed 'Best First'.
Re^2: perl6 or not perl6 ...
by Juerd (Abbot) on Mar 09, 2006 at 19:07 UTC

    Perl6 will run Perl5 code directly

    The implementation of Perl 6 will probably have some heuristics for detecting Perl 5 code, and can (if compiled with support for it) invoke an (external or embedded) interpreter for it. However, the language Perl 6 is not compatible with Perl 5.

    Juerd # { site => 'juerd.nl', plp_site => 'plp.juerd.nl', do_not_use => 'spamtrap' }