The Parrot engine is sufficiently complete to implement a significant subset of Perl 6. (And Perl 5, for that matter) Because of that, we're looking for folks to pitch in and help write a perl 6 (or perl 5--that's fine too) parser. The parser itself can be written in Perl 5. You don't need any knowledge of the Parrot engine to start--we can fill you in and get you going with that quickly enough.

Requirements? You'll have to be working on a platform that Parrot builds on, with the tools you'll need to build Parrot, which includes perl, a C compiler, a make tool, and a CVS client. You'll also have to be willing to deal with a platform that's still a bit in flux. (Count this as your chance to influence the design of the real Perl 6 runtime engine)

Details? You'll be writing code that parses perl 6, and ultimately spits out bytecode for the parrot engine. Nothing fancy, and the first run may well be throwaway code, but that's just fine.

Interested? Subscribe to perl6-internals at perl.org (A link to the archives is at dev.perl.org) and we'll get you going.


In reply to Perl 6 needs you! by Elian

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.