Greetings! I work with an ex-lucent guy who, although he understands how people enjoy VHLLs such as Perl, doesn't believe they have any place in the world of commercial (read: product) software development. He knows that they are useful for an MIS shop environment, but he feels that they are "wrong" for commercial development. His statement is that a mantra at Lucent/Bell was that any package which you were going to sell for a platform should be developed following the mantra "go native." In other words, if the OS was written in C, write your application in C, if the OS was written in C++, write your application in C++, etc... I won't reproduce his argument here, as I'm sure most of you can figure it out (compatibility, speed, next revision, yadda yadda yadda.) So, I want some help! Could the perlmonks community help me out by helping me put together a list of *commercial* packages that have been written in scripting languages? Preferably perl, but any scripting language will help my argument. Thanks!

In reply to Commercial perl software? by eduardo

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.