Maybe only the 5 in this Perl is eternal. Once in a while some generous souls polish the gem to maintain and extend it and the subversions increment. Observe perldelta-5.28.0 (now with Unicode 10)!

There are 6 evolutionary expressions of Perl, two in active development and use, and four vintages (some known to still be in use) waiting for someone to plug in Unicode 10 or something because they are probably lean, mean text-processing machines that would enjoy being embedded in some RPi an droids:

Perl 1.0_16        2003-Dec-18
Perl 2.001         1988-Jun-28
Perl 3.044         1991-Jan-12
Perl 4.036         1993-Feb-05     Very stable.
Perl 5.28.0        2018-Jun-23
Perl 6             2015-Dec-25

Perls are just waiting to be tossed at unsuspecting and grateful software consumers. It's not like people care how their apps work. For example I have never installed Python on purpose but there are 6 versions of the thing with stuff like Tcl and Wx installed on my laptop. Anyway my favorite IDE seems to function by running python scripts behind some fancy wxwidgets to highlight and eval perl code in real time! I guess they make money by giving it away to people and selling it to businesses. I think that can be done in Perl with some CPAN modules too. I mean something impressive with Devel::REPL glued to PPI feeding Text::Highlight with real-time Perl::Critic, RegExp::Debugger, Pod::Simple, NYTProf etc. with a Tcl::Tk or HTML/Javascript GUI all packed into something that installs with one click and starts with two. My next project, and maybe yours... ;-)


In reply to Re^16: The Future of Perl 5 by Anonymous Monk
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.