Perlito is a compiler collection that contains both a Perl 5 compiler
(perlito5) and a Perl 6 compiler (perlito6):
- Perl5 to Javascript (browser and node.js)
- Perl6 to Javascript (browser and v8 command-line)
- Perl6 to Perl5 (v6.pm, runs in perl 5.8 and up)
- Perl6 to Python (Python 2.6 and 2.7)
Run Perlito online, in the browser:
http://perlcabal.org/~fglock/perlito5.html
http://perlcabal.org/~fglock/perlito6.html
>From CPAN (perlito6 only):
http://search.cpan.org/dist/v6/lib/v6.pm
$ cpan v6
Perlito is a work in progress. For the source code, to-do list, and bugs:
http://github.com/fglock/Perlito
- Flavio S. Glock (fglock)