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

Parrot 1.0.0 is available on Parrot's FTP site, or follow the download instructions. For those who would like to develop on Parrot, or help develop Parrot itself, we recommend using Subversion on our source code repository to get the latest and best Parrot code.

Parrot 1.0.0 News:

- Documentation + New user documentation for exceptions. + Updates to Chapters 4 & 5 of the Parrot book. + Improved and expanded generated HTML documentation, as the input for http://docs.parrot.org. + Added Compiled HTML Help (.chm) version of documentation. + Cleanups and fixes. - Languages + Pynie - left the nest and is now at http://pynie.googlecode.com/ + Cardinal - left the nest and is now at http://github.com/cardinal + APL - left the nest and is now at http://paraplegic.googlecode.com/ + ABC, Squaak, and Befunge moved to examples/. + All remaining languages moved to https://svn.parrot.org/languages/ - Tools + Support for language builds from an installed Parrot. + Expanded language shell generator for new languages. + 'parrotbug' utility repurposed for the Trac interface. - Deprecations + Removed deprecated Tqueue and Closure PMCs. + String, Key, NCI, LexPad, Iterator, Sub, Continuation, RetContinuation, ExceptionHandler, ParrotLibrary, ParrotInterpreter, ParrotThread, ParrotRunningThread, Rational, FixedPMCArray, ResizablePMCArray, and GDBMHash PMCs now use declared attributes (ATTR), in place of the deprecated UnionVal.

Thanks to all our contributors for making this possible, and our sponsors for supporting this project. Our next release is 21 April 2009.


In reply to Parrot 1.0 "Haru Tatsu" Released by BigAl

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.