Over the last year or so I have had a terrible time working with a PHP-4 application that had to be moved to PHP-7.   I have constantly been confronted with niggling changes between one version and the other ... such as deprecating then removing regular-expression functions, only to introduce the same functions using different names but with the parameters reversed.   Once a language has been in service for a long time, there are literally hundreds of millions of lines of source-code out there in production, and the most important business consideration is that it can be effectively maintained and efficiently migrated.   I think that is the biggest mistake that the Perl-6 people made:   theirs was and is a completely different language, with no forward-migration path nor any fallback position.   If Perl-5 actually needs a successor, I think that it should just be called 5.x+1, and it should contain only incremental changes from what we have now.   If you make changes to the language which wipe-out the installed code base, as PHP certainly did, you are creating a huge expense for no reason and with no return on investment.

In reply to Re: If Perl 5 were to become Perl 7, what (backward-compatible) features would you want to see? by Anonymous Monk
in thread If Perl 5 were to become Perl 7, what (backward-compatible) features would you want to see? by haukex

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.