I think your view of Python 2 not having a future is a bit dark. Python 2 is installed on more machines than Python 3 I presume and it's not going anywhere fast. The main thing that Python 2 has going against it is that Guido declared it dead. Python 3 uptake is slow and I'm not sure that it will get better.

Perl 5 is not really being slowly phased out. Perl 6 is just starting, but Perl 5 has a battle-tested environment and a vibrant community and has sustained maintenance of the libraries. For example, CGI has just been spun out of Perl so it can be maintained independent of Perl itself. Of course, /usr/bin/perl is Perl 5 and will be for at least five years to come. This year is the first year supposed to see a major Perl 6 release and we can judge from that onwards as to the uptake of Perl 6.

So, I wouldn't dismiss using Python 2 but I consider Perl 5 a good choice obviously. If you're looking for a concise, fun language to program in, Perl 6 might also be interesting. Currently, there is a major lack of libraries for Perl 6, but support for binding to third party C libraries through FFI is surprisingly good.


In reply to Re: Should I come back to Perl? by Corion
in thread Should I come back to Perl? by jekyll

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.