I like Perl for a variety of reasons.

1. I like Perl's freedom. OOP theory states that you shouldn't violate object encapsulation. But what if I really really want to, just this once? In Perl, I can. And I can also be a disciplinned programmer and demand that everything I do be designed properly with accessors and mutators and whatnot. The point is, if I want to do a quick hack to solve some immediate problem once, I can. Other languages are authoritarian; they have a design philosophy and don't permit you to violate it. Perl lets me choose my own philosophy.

2. I like Perl's expressiveness. The malleable syntax and plethora of operators takes a long time to learn, but once you do, you can do pretty fanstastic things in a very small amount of code. Just look at a Schwartzian Transform.

3. I like Perl's context-sensitivity. Even though it looks much less like English than highly rigid languages like Java or Python, Perl behaves much more like a natural language. Words behave differently depending on what words they're next to, just like in real languages. That makes some things easy and other things hard, but it's definitely a lot more fun. Programming Perl is more like writing a foreign language than simply doing math.

4. I like Perl's people. The features I mention above tends to attract some of the best and brightest programmers around. People who want to delve into the gritty details of a language and explore its every facet, because to do some things you have to. The result is a community that filters out a lot of people who don't have true passion for the art of programming.


In reply to Re: Why like Perl? by friedo
in thread Why like Perl? by Mr. Lee

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.