It's not a matter of which language is better for the job. The point I'm trying to make is that if a given application works well, then it doesn't matter what language it's written in. For example, do you know what kind of metal was used to build the engine in your car? What about the kind of cloth in the seats? How about the materials in the roads you drive on? What about the techniques used in how the car or the road was made?

No. All you care about is that the car works as you expect and that the road works as you expect.

The same goes for the applications you use. Does it really matter what language your browser was written in? What about the language your OS was written in? What about the language the webapps you use on a daily basis are written in? Does the fact that Amazon.com is written in perl or python or php make any difference to whether or not you can use it to buy a book? What about the ability of Paypal to pay something or Ebay to run an auction?

In other words, just because something is written in Perl doesn't make it better or PHP make it worse. Instead, examine the capabilities of the application. WebAPP may be a better written application than Drupal. But, every application that is backed by a database is bound by the capabilities of the DBA, not by the language of the application.


My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?

In reply to Re^5: What's the best Perl CMS? by dragonchild
in thread What's the best Perl CMS? by cosmicperl

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.