Perlito

"Perlito" Perl programming language compiler

OTHER License

Stars
413
Committers
23

Bot releases are hidden (Show)

Perlito - Perlito5 - a Perl5 compiler Latest Release

Published by fglock over 6 years ago

Perlito - First draft to perlito brew

Published by fredericorecsky about 7 years ago

This is a pre release to test the perlito brew installer.

Perlito brew is a experimental way to distribute all the perlito backends plus a simple command line to change versions and backends.

Perlito - Perlito5 - a Perl5 compiler

Published by fglock over 7 years ago

Perl5-based Perl5 compiler

Perlito5-9.022.tar.gz provides:

  • the perlito5 command line compiler

  • the lib directories for Java and JavaScript specific Perl modules.

Perl5 to Java and JavaScript based compilers

Note the "-I" parameter, this needs to point to the lib directories for Perlito5 perl modules. Alternately, you can set the "PERL5LIB" environment variable.

  • run Perl in the JVM with "perlito5.jar", or pre-compile a stand-alone Perl script to Java:
java -jar perlito5.jar -I src5/lib -e ' print "hello, World!\n" '
  • run Perl using Node.js with "perlito5.js", or pre-compile a Perl script to JavaScript:
nodejs perlito5.js -I src5/lib -e ' print "hello, World!\n" '
Package Rankings
Top 8.51% on Metacpan.org