Why is it that the members of Perlmonks seem to reject the language that fostered the operating system that they hold so dear? Why is it that Perl seems to be considered so much "holier" than C or C++?

For many, many years I coded in C. I've probably written more lines in C (including a C compiler port to a new chip architecture, an optimizing assemler, and a complete chip simulation system) than I will ever write in Perl. And yet I now use Perl for 75% of my personal and professional work. Why? Because C would not be appropriate. C++ even less so. The starting friction for C and C++ is much too high, and I've gotten too old to spend time fighting the language and its environment when I should be spending time fighting the problem. I'll take my garbage collection built-in, thank you very much.

Does this mean I distain C or C++? Hardly. They're the right choice in some situations. And the best of luck to people who choose to place themselves on those situations.


In reply to Re: Perlmonk Oedipus Complex? by dws
in thread Perlmonk Oedipus Complex? by Sherlock

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.