Parrot 0.4.9 "Socorro" Released!

On 22 February 2007, Patrick Michaud released Parrot 0.4.9. Read on for the Parrot 0.4.9 release announcement.

On behalf of the Parrot team, I'm proud to announce Parrot 0.4.9, "Socorro." Parrot is a virtual machine aimed at running all dynamic languages.

Parrot 0.4.9 can be obtained via CPAN (soon), or follow the download instructions. For those who would like to develop on Parrot, or help develop Parrot itself, we recommend using Subversion or SVK on our source code repository to get the latest and best Parrot code.

Parrot 0.4.9 News:

    * Compilers:
          o IMCC: Parrot calling conventions now available in C PMCs, allowing named,
            optional, slurpy, and flat parameter passing
          o PGE: extended support for Perl 5 Regexes
          o smop: prototype object model implementation
          o hllcompiler: refactored to run a configurable set of compilation stages
    * PAST:
          o redesigned assign/binding to support Perl 6 binding semantics
    * Languages:
          o Updated Lua, PHP ("Plumhead") Tcl ("ParTcl") perl6, perl5
          o New language: PIR - a PGE-based implementation of Parrot PIR
          o perl6 now supports binding (':=') and 'join'
          o lua generates tail calls, and supports its own regex flavor (PGE-based)
          o Pheme still works, huzzah!
    * Design:
          o PDD21 "Objects" - rewritten
          o PDD22 "I/O" - updated and 'TODO' tests added
    * Documentation:
          o Interface stability classification standards approved
          o Roles and Responsibilities documented approved
          o Official 'drafts' directory created (was 'clip')
    * Implementation:
          o More NameSpace and OS PMC methods implemented
          o Parrot executable fullname and basename now available in PIR/PASM code
          o new 'chomp' library function
    * Build:
          o Major improvements in test coverage for 'ops2pm.pl'
    * Misc:
          o many bugfixes, enhancements, and coding standard updates
          o extended support for Sun Workshop Compilers
          o Parrot now builds on PocketPC platform

Thanks to all our contributors for making this possible, and our sponsors for supporting this project.

Enjoy!
Pm

tags: