in reply to Re: Re: Perl 6 needs you!
in thread Perl 6 needs you!

Though as part of the perl5->perl6 converter I'd been considering straight bytecode/optree conversion

In some article, I read that B::Deparse could be made to output non-perl code in the future. How hard would it be to have it output Perl6 code?

- Yes, I reinvent wheels.
- Spam: Visit eurotraQ.

Replies are listed 'Best First'.
Re: Re: Re: Re: Perl 6 needs you!
by Elian (Parson) on Jun 18, 2002 at 16:07 UTC
    Probably about as hard as having it emit perl 5 code, give or take a little. It's one of the planned code migration paths.