Rakudo is the #1 "customer" for Parrot. In the slides for a talk at this year's YAPCNA this week the Rakudo pumpking says the Rakudo project is "Not abandoning Rakudo-on-Parrot" and "Not designating a primary VM platform for Rakudo".

Update (Nov, 2015): Rakudo project leader Patrick Michaud suspended Rakudo support for Parrot in Feb 2015. It looks near certain that the only officially supported Rakudo backend for the 6.c release due this christmas will be MoarVM.

The project remains active. (Commits to the parrot repo.) There were discussion and commits on #parrot today. These were mostly about an idea timotimo (a #perl6er) had that he thought could significantly improve Parrot startup performance. The code changes that would be necessary turned out to be too hard and inappropriate. Benabik committed some changes that didn't really do what timotimo was suggesting and sadly noted that "My list of "how would I change parrot given my current knowledge" ends up looking extremely similar to MoarVM. :-/".

I'm pretty sure there's at least one GSOC student set to work on some Parrot tech this summer.


In reply to Re^4: A Just In Time VM for Not Quite Perl by raiph
in thread A Just In Time VM for Not Quite Perl by raiph

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.