Parrot 0.6.2 "Reverse Sublimation" Released

On 20 May 2008, chromatic released Parrot 0.6.2. Read on for the Parrot 0.6.2 release announcement or download Parrot 0.6.2 from CPAN.

They were walking to the Hemlock, the Rooster and the Mice, and the Mice kept looking at one another, questioning.

"We don't know what the future holds, do we?" said Chauntecleer. The Mice all shook their heads. They knew very little of anything. "If," said Chauntecleer, "I say, if I don't come back again, then you must make this food to last a long, long time. I trust your prudence, don't I?" he asked, and they nodded automatically, but their eyes were very big. "And I trust your integrity, right?" They nodded. "And you are mature, now, and I respect your maturity, isn't that so?" Poor Mice, they nodded and nodded, and they blinked, and they nodded. They looked afraid. "Good," said Chauntecleer. "I know I won't be disappointed.

In this way he gave each Mouse a manhood. They couldn't talk to him just now, having so much to turn over in their minds. But neither did they cry.

— The Book of Sorrows, by Walter Wangerin Jr.

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

Parrot 0.6.2 is available 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.6.2 News:

    * Specification
          o updated and launched pdd28_strings.pod
          o updated pdd19_pir.pod
    * Implementation
          o added implementation of Rational PMC
          o simplified ops control flow syntax
          o enabled backtrace on non-glibc platforms too
          o improved some PIR error reporting
          o removed user stack opcodes (save, restore, lookback, entrytype, depth, rotate_up)
            (NOTE: This was scheduled to occur after 0.7.0, moved up to this release)
          o removed register stack, saveall, and restoreall opcodes
          o removed various deprecated features and unused code
    * Languages
          o Amber: retired
          o C99: grammar updated
          o Cardinal: resurrected, method calls and do blocks work now
          o Eclectus: use NQP as PAST generating code
          o Lua:
                + added big number library
                + updated to match PGE changes
                + added a bytecode disassembler & a Lua 5.1 VM bytecode translator
          o Pheme: updated to match PGE/PCT changes
          o Plumhead:
                + use NQP as PAST generating code
                + use riaxpander for macro expansion
          o Rakudo:
                + updated ROADMAP
                + conditional and loop statement modifiers
                + lots of class, object, role, and method improvements
                + Str increment and decrement
                + improved spectest reporting
                + type checking on assignment
                + regexes and grammars
                + undef and self
                + placeholder vars
          o Squaak: added to repository
          o TAP: retired
    * Compilers
          o PGE: updated to match Synopsis 5, deprecated features removed
          o PCT:
                + improve handling of register types, conversion between registers
                + improved error diagnostics
                + add 'arity' to for loops
    * Configuration
          o added step auto::opengl
          o added step gen::opengl
          o added step gen::call_list
    * Miscellaneous
          o still more optimizations and performance improvements, especially in GC
          o new libraries: OpenGL/GLU/GLUT bindings (small subset working)
          o new dump_pbc.pl utility: PBC disassembly/source code weaver
          o improved C++ compiler support
          o optimized builds work again

Gracias to all our contributors for making this possible, and our sponsors for supporting this project. The next scheduled release will be 17 June 2008.

Enjoy!

tags: