Perhaps "the hard work" is done now but the C implementation of PGE predates pugs by several months. The PIR implementation of PGE was also started before pugs existed and substantial work was done before pugs was mature enough to even be an option. (I believe the PIR implementation first entered the parrot repository in April or May 2005, but much work had been done before then.)

Besides using PIR for PGE is also a good case for "eating your own dog food" (IMHO) in that parrot was designed to do this stuff.

But maybe you're right and a perl6 (pugs) implementation of PGE would be better (now). We could compile it down to PIR or PIL or Javascript or Haskell or whatever and use it many places. Maybe you should suggest it to pmichaud or if you really wanted to contribute to the community you could do the implementation yourself. Patches speak louder than words. :-)


In reply to Re^9: Perl 6 - I hope it won't take a decade by duff
in thread Perl 6 - I hope it won't take a decade by Anonymous Monk

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.