Don't Panic!

More features? Largely irrelevant. PL/1 has more features than either Cobol or Fortran (btw, the official name is Fortran; it hasn't been FORTRAN for about 20 years). I daresay there's considerably more new code being written in either than in PL/1.

More features can just as easily make a language too complex to use or make writing compilers too difficult (Algol-68, anyone?).

Will Perl be superseded by a better (note that "better" is not congruent with "more features") language? Eventually. Perl 6 is an evolutionary improvement over Perl 5, and will eventually replace it. Perl is still young; people have been writing Cobol, Fortran, and Lisp for something like 50 years, and all are still used for current development (for new Fortran, check out many of the climate modelling, finite element, CFD, and numerical relativity codes).

emc

e(π√−1) = −1

In reply to Re: wondering the development of perl by swampyankee
in thread wondering the development of perl by jesuashok

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.