I knew I'd get a question about this, but for some reason I said it anyway. :-)

I can't claim to know lots of programming languages, or that I am fluent in the ones I know (~5 or 6). But, I find perl has a certain ability to flow; it has a feel to it.

I've tried other scripting languages. Python doesn't have the expressibility and doesn't always seem consistently built. Ruby's nice, but doesn't have all the power. Lisp dialects can be useful, but I couldn't see myself writing a large application in one of them.

Compiled languages just aren't the same. I find that they too can lack expressibility. Not to mention some of the more low level things you can get tripped up in. And no eval?

I guess it's the fact that you can do pretty much anything in perl, even if you should't necessarily. It has advanced features that let you do cool stuff. Backtracking through the regex world, for example. Or maybe obfu's, like Camel Code.

Granted, perl has its quirks. Some things are unreasonably hard, but that's changing.

elusion : http://matt.diephouse.com


In reply to Re: Re: Re: Re: Consideration of the Monk Trademark by elusion
in thread Consideration of the Monk Trademark by enigmae

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.