Perl runs just as fast as PHP and much faster than CF

Nope. Perhaps mod_perl, but plain old CGI Perl gets blown away (Yahoo for Benchmarks).

Properly configured, mod_perl will run just as fast as compiled C++ (in my experience at least).

Not unless you have very limited knowledge of C++

Adding CPU, RAM, and disk space is ridiculously cheap

Depends on your definition of cheap. Compared to adding extra 60,000+/year programmers extra hardware is cheap, but what about small companies where every thousand counts? How about companies on shared hosting where hardware upgrades cost massive amounts?

What's that quote? "Over 90% of any Perl application is already written."

What's that quote? Over 90% of any PHP application is already written? Math::Random::NoreallyItsRandom::IPromise doesn't help that many people. There is a very common subset of problems that are solved by standard modules.

So here's the problem: We all know these truths to be self-evident

I agree. The problem is definately that you "know" all the truths to be "self-evident." However, do you have an adequate basis for "knowing" this (excessive quoting alert!)? Have you used all the given technologies?

I need hard and cold facts that will make the CF/.NET zealots reexamine their beliefs.

And they need cold facts that will make the Perl zealots reexamine their beliefs. See the similarities here?

Now that I'm done with the excessive blockquoting and pointing out the rather obvious, I'll get to the real point:

Also, consider what you're getting out of this. Why do you want to convert these "zealots?" If they're really wrong, they'll fail and be less competition for the rest of us. I'm sure your energy would be better focused on actually improving your religion... I mean programming language, instead of blindly promoting it.

And for the record, I no longer use any of the technologies you've mentioned (except the occasional bit of maintainence), but I have used them all in the past.


In reply to Re: Yet Another Perl/PHP/CF/NET Comparison Question by Anonymous Monk
in thread Yet Another Perl/PHP/CF/NET Comparison Question by gryphon

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.