Announce: Perlito version 8; Perl5 and Perl6 compilers

"Flavio S. Glock" <[email protected]> Sat, 24 Dec 2011 13:36:04 +0100
Newsgroups gmane.comp.lang.perl.perl6.announce
Message-ID <CAHMRfDwf-y=9TSAjmntdYvtv3VGDtmjfjasfKHb4SBRCfwNoSw__21001.5475321145$1324754892$gmane$org@mail.gmail.com>
Perlito is a compiler collection that contains both a Perl 5 compiler
(perlito5) and a Perl 6 compiler (perlito6).

The following backends are supported:

    - Perl5 in Javascript (browser and command-line)

    - Perl6 in Javascript (browser and command-line)
    - Perl6 in Perl5 (v6.pm, runs in perl 5.8 and up)
    - Perl6 in Python (Python 2.6 and 2.7)

    There are also many experimental backends.

Web

    Run Perlito online, in the browser:

        http://perlcabal.org/~fglock/perlito5.html

        http://perlcabal.org/~fglock/perlito6.html

From CPAN:

   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

- Fl=E1vio S. Glock (fglock)