Even worse, now you need to elaborate why you're sure that it's a lost cause and add arguments to your critic.

That's not my argument, but why do I need to elaborate? What's unclear about "this has been promised since 2011, and it hasn't happened yet, so why should I believe it's right around the corner"?

Of course you could watch the videos first and tell us afterwards where the logical fallacies are. This might be easier.

Why? What's changed in the design since 2011-2013?

When I profiled Rakudo, I proposed a simple grammar change to freeze the definition of .ws to a well-understood character class so that every grammar rule wouldn't have to go through a method lookup between tokens. Larry said no. (I can't remember if that was a 30% or 40% speed improvement in the Rakudo test suite.)

NQP is pretty speedy. It's not bad for a dynamic language. Rakudo isn't speedy. Last time I looked, that was inherent to the design.

Furthermore, the reason we wanted to get as much Parrot code out of C as possible in Lorito is to learn the lessons of JavaScript implementations: the more code written in JavaScript, the faster it can go. Nothing I've seen in Moar suggests it's taken that approach. Maybe it can, but until it does, I don't expect it will improve performance in the large by orders of magnitude.


In reply to Re^7: Ovid's take on the renaming of "Perl6" (updated) by chromatic
in thread Ovid's take on the renaming of "Perl6" by 1nickt

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.