... there is nothing fundamentally new about what is being introduced.

That's true, but what does it matter? There's nothing I can do with say I couldn't do with print, but say is more convenient. There's nothing I can do with Moose I couldn't do by hand, but it's more readable, shorter, and easier to use.

As I see it, a feature that makes it more pleasant to write code, easier to write correct code, and simpler to understand code is a benefit, even if that feature adds nothing fundamentally new from a CS perspective or a UX perspective or whatever theoretical perspective you prefer.

(That's part of my gripe about P6. It adds a lot of nice newish features that probably meet your criteria for fundamental newness, but it's failed to deliver anything practical directly for my uses in 13 years. It's only due to the hard work of people working on things that aren't P6 that we have anything at all practical from the effort.)


In reply to Re^5: Stop suggesting to upgrade perl by chromatic
in thread Stop suggesting to upgrade perl by vsespb

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.