in reply to C++ vs. Perl mention on shygypsy.com

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
  • Comment on Re: C++ vs. Perl mention on shygypsy.com

Replies are listed 'Best First'.
Re^2: C++ vs. Perl mention on shygypsy.com
by stonecolddevin (Parson) on Sep 05, 2008 at 21:09 UTC

    Hey there Igor!

    Thanks for the reply. That's a great game by the way...and I need to get back into it.

    The "cause" of my post was probably due to my lack of knowledge of getting things done from a programming/development standpoint. I hadn't been versed in as large of a codebase/knowledgebase as I have now, so my understanding wasn't complete.

    I understand now your reasoning behind C++ being useful for getting things done. With perl, it's a wonder to me *how* things even ever get done once a certain point is reached.

    I appreciate the reply! I'll be sure to email you inthe future :-)

    -Devin

    meh.