sfink writes "The Parrot team is proud to announce the release of Parrot version 0.0.10, code named 'Juice' (based on the new -Oj optimization flag). It is downloadable from $CPAN/authors/id/S/SF/SFINK/parrot-0.0.10.tar.gz. If you would like to check the latest copy out from CVS, see the instructions."
Enhancements in 0.0.10 include:
Try it out by unpacking it, then running:
perl Configure.pl make make test
or for a newer, much faster way to run the tests:
perl Configure.pl make cd languages/imcc; make; cd../.. make test IMCC=languages/imcc/imcc
If you would like to join in the fun, all discussion occurs on the perl6-internals mailing list. Start from www.parrotcode.org for information on all Parroty things.
Check out the mailing list archive or just download the code and try it out!