My dad has written COBOL almost exclusively for something close to 30 years, and has made a very pretty penny for doing so. I have read some of his code, and it was a glorious thing, despite the inelegant nature of COBOL itself. Thing is, he doesn't want to learn new languages because he doesn't feel like he needs to. He lacks the Perlis aspect of programming languages. I am learning Perl to both make some money and to make my code in other languages as well. I don't think that Perl is the language to end all others, and I don't think that such a language will ever exist. That having been said, I think a major contributing aspect of why Perl popularity is wounded lately is because of web programming and the dissolving frontier of the delineation of front end and back end systems. Node.js is a great example of the blurred lines we are seeing nowadays. Javascript started out as a simple way to get graphics to jump around on web pages, and now it's powering the crypto in my browser, and the databases in web apps, and who knows what else, right? Well, Perl could just as easily do these things, as could practically any other marketable language, if only the time and effort was spent on it.

In reply to Re^2: Perl and the Future by logicrime
in thread Perl and the Future by hangon

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.