Announce: Perlito version 9; Perl5 and Perl6 compilers

[email protected] ("Flavio S. Glock") Wed, 11 Apr 2012 11:20:27 +0200
Newsgroups perl.perl5.porters,perl.perl6.announce,perl.perl6.compiler
Message-ID <CAHMRfDynrS27vj-zFORba58j6g_2wrrs6yD0gHeXNO_PD0CDDg@mail.gmail.com>
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)