Of course Perl is cool because it is powerful. It lets you focus on the important part of a program, the algorithms, instead of spending time making sure that you don't mess-up you pointer arithmetic or your buffer handling or creating classes for every darn structure you need.

But I think that above all Perl is cool because it is complex. I like learning new idioms in Perl just as much as I like learning new idiomatic expressions in English. It keeps me interested in the language itself.

It took me 2 years to feel confident enough to use map in production code, I still haven't used pack much... there is just so much in the language, without even getting into Wizard territory, that I feel I can keep learning for a good number of years.

Which is what I like! Learning and feeling that I am improving with time.

And when I get bored I know there will still be undocumented features, glob mongering and the likes to keep me busy for ever...


In reply to Re: What is it about perl that makes perl so cool? by mirod
in thread What is it about perl that makes perl so cool? by zigster

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.