Parrot 4.7.0 "Hispaniolan" Released!

On behalf of the Parrot team, I'm proud to announce Parrot 4.7.0,
also known as "Hispaniolan". Parrot
is a virtual machine aimed at running all dynamic languages.

Parrot 4.7.0 is available on Parrot's FTP
site
, or by following the download
instructions
. For those who want to hack on Parrot or languages that run on top of Parrot,
we recommend our organization page on GitHub,
or you can go directly to the official Parrot Git repo on Github

To clone the Parrot Git repo into a directory called 'parrot', use the following:

    git clone git://github.com/parrot/parrot.git

If you want it to be in a directory other than 'parrot', then just give that as a second
argument to clone:

    git clone git://github.com/parrot/parrot.git parrot_foo

Parrot 4.7.0 News:

    - Core
        + Added .all_tags() and .all_tagged_pmcs() methods to PackfileView PMC
        + Several build and coding standards fixes

The SHA256 message digests for the downloadable tarballs are:

4360ac3dffafffaa00bce561c1329df8ad134019f76930cf24e7a875a4422a90 parrot-4.7.0.tar.bz2
c0bffd371dea653b9881ab2cc9ae5a57dc9f531dfcda0a604ea693c9d2165619 parrot-4.7.0.tar.gz

Thanks to all our contributors for making this possible, and our sponsors
for supporting this project. Our next release is 18 September 2012.

Enjoy!

tags: