One of the things that has always drawn me to Perl (I'm from a C/C++ background) is definitely the community. As with all complex communities, there are the nay-sayers who will smack down any idea that is not theirs, but I've found that there are less in the Perl Community (unless you reference another language such as Python or Java to perform a task not easily implemented in Perl). In the C/C++ and Java worlds, I've found entirely too many people who are unwilling to help anyone, but are quick to defend their pedestal.

Usually when I've had to ask questions on Perl in the past, I could find the answers relatively quickly, often on sites like this, where there are several replies documenting different methods to accomplish the problem at hand. Before I even asked the question.

Now that I'm attempting a code conversion for our Win32 systems from a specialized language (WinBatch), I'm going to be faced with a million new challenges that haven't been answered yet. But I'm at least confident that many of them will be answered much faster than if I used C/C++. And without the hype.

The other thing I love about Perl is the flexibility of the language. I can sit down and prototype the functionality quickly and make it work. Python is the only other language that I can do that with easily, and for a good portion of what I do, it's still overkill. Java, C, and C++ fall prey to a few more cycles in development for me, even though I've been using them longer (which could be part of my problem).

So, the community, and the flexibility. That's why I think Perl is cool...


In reply to Re: Re: What is it about perl that makes perl so cool? by iamnothing
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.