Dave Mitchell writes:
: Content-MD5: FiIz8m/ma8enU5CTBqhsQw==
: X-Mailer: dtmail 1.3.0 @(#)CDE Version 1.4.2 SunOS 5.8 sun4u sparc
: X-Spam-Rating: onion.valueclick.com 1.6.2 0/1000/N
:
:
: > Briefly: We want the Perl 6 runtime to be an equivalent of the Microsoft
: > CLR, so that if you can somehow get bytecode onto it - from whatever
: > language - you can run it. So we've got some bytecode that perl can run.
: > Now think about what B::Deparse does.
:
: I knew the intention was to go the B::Deparse route,
It was, but the current intention is to pursue Perl 5 translation (and
maybe even a limp-along compatibility mode) via an alternate parser
sitting beside the standard Perl 6 parser. Then people can convert
piecemeal when they see the benefits of Perl 6 outweighing the risks.
Still, we won't aim for 100% bug compatibility. If 99.99% of scripts
translate, that's good enough for me. :-)
Actually, if 95% of Perl 5 scripts translate, I'll be overjoyed.
Larry