Glad to hear that. :-) The 10.2 megs is because we statically link everything (including a Perl 5 runtime in it), which simplified development a lot.

Pugs will remain slower that Perl 5 on average, as long as we're still focusing on implementing missing features -- that's to say, until 6.2831.0 or so. However, if it's unbearably slow for your production tasks in some given area, please let us know on #perl6 or perl6-compiler, and we can almost always optimize that part first.

Thanks again for trying out Pugs... A commit bit is on its way to you. :)


In reply to Re^6: Installing Pugs via CPAN shell (How to call specific ghc version) by audreyt
in thread Installing Pugs via CPAN shell (How to call specific ghc version) by neversaint

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.