Hi, dhoss,

You could have just sent me an email and asked. :) As others have already mentioned, the "I" in "I can get stuff done..." is important. I have a lot more experience writing C++ than I do with Perl.

I also find C++ much simpler than Perl. This may sound preposterous. C++ is an incredibly complicated language. I would guess that fewer than 1% of programmers actually know the complete syntax of C++! I can only think of one language that is more complicated -- Perl.

Perl's motto ("There is more than one way to do it.") was an interesting design choice. Learning Perl for simple tasks is great fun. Learning all of Perl, completely, is almost impossible for mortals. Its brevity is astounding. (Just look at some of the Perl solution lengths on http://spoj.pl) Its complexity is even more astounding.

For the record, nowadays, I do most of my web programming in Python either on the Google App Engine or on plain old Apache.

igor

In reply to Re: C++ vs. Perl mention on shygypsy.com by Anonymous Monk
in thread C++ vs. Perl mention on shygypsy.com by stonecolddevin

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.