Perl 6 Rakudo Perl - Perl 6 on Parrot #17

Obtaining and building Parrot and Rakudo Perl

$ svn checkout https://svn.perl.org/parrot/trunk parrot
$ cd parrot
$ perl Configure.pl
$ make                     # build parrot, takes a few minutes (*)
$ make perl6

# run a Perl 6 program
$ ./perl6 hello.pl

# run test suites
$ cd languages/perl6
$ make test                # local build test suite
$ make spectest_regression # run selected official tests

* We recommend avoiding "make install".

Copyright © 2008
http://www.pmichaud.com/2008/pres/