My guess is there will be a Perl 7 designed to compete with other languages, the same way Fortran and COBOL got upgrades to introduce block structuring features. But 7 because it needs to read perl5 by default, needs a 'use Perl6' to process a block of perl6 code and 'use Perl7' to be free to do what it likes.

Update: Given that Postgres at No. 4 database is growing in popularity at 50% pa with the top 3 declining, it is worth considering that functions in Postgres can only be written in four procedural languages: pgSQL, Tcl, Perl and Python, with also the ability to write functions in C. Note also that the scripts pg_load and pg_restore plus a bunch of others including for starting and stopping the cluster are all written in Perl. Perl is also just about the sanest language for the majority of devops work. Perl is also still the main language for some of the world's most successful and complex websites.


In reply to Re: The Future of Perl 5 by TheloniusMonk
in thread The Future of Perl 5 by Laurent_R

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.