Oh, sure, and if you get Linus Torvalds or Damian Conway as programmers...

Well they are extreme examples, but lets see if I can illustrate my point with them anyway.

If one had Damian AND Linus working together, my position is that their disparate skills would result in a better development than a team of just clones of one of them. I am certain there is much they both could learn from one another. You state that it isn't clear that one language wouldn't be better or worse than several. My experience tells me that it is clear. Furthermore, my experience tells me that products developed/built with tools that do their particular job very well are better than ones where a single tool tries to be made to do "too much". Just look at a typical (*nix) developers day - shell, Make, ant, java, perl, grep, CVS, SQL, XML - many specific tools/solutions/applications that result in a powerful synergy.

It was one of the arguments of not keeping Perl.

I still stand by my assertion this is a weak argument - to me it is patently obvious that Perl is infinitely better at many things than Java, so why one would be so bloody-minded as to force everyone to do those things in a much more difficult way, and justify it by saying having one language is a better use of resource, seems completely bizarre. Why anyone would think that taking 10 hours to write something in Java, that could be done in 3 in Perl, is a good use of resources is beyond me.

+++++++++++++++++
#!/usr/bin/perl
use warnings;use strict;use brain;


In reply to Re: Re: Is Java really better than Perl??? by leriksen
in thread Is Java really better than Perl??? by Roger

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.