Statistics is the art of lying by means of figures.
   -- Dr. Wilhelm Stekhel

You can prove anything with a "properly" selected "benchmark". I'm sure if you run the same insane "benchmark" in C you'll get much better results than in Java ... does it mean anything? Do you really think it's wise to chose a language based on something like this?

Unless maybe if you do some heavy numerical math. And even in that case you'd better do just the math in C/Fortran and the rest in something more high level. How important will it be that your program takes five minutes to do what your competitor's need ten if it takes YOU 6 months more to release it?

How much time do your applications spend doing simple math? How many times did you actually need to do anything even remotely similar to what your "benchmark" measures?

Jenda

P.S.: If you did believe Perl is dead you would not need to post this. The people who use the strongest words fear the most.

I like the OO in Perl. I like the functional features in Perl. I like that I can be both strict and dirty in Perl, just as I need at a moment. You can like what you want, we'll see the results.


In reply to Re: Use Perl wisely, not cleverly by Jenda
in thread Use Perl wisely, not cleverly by Anonymous Monk

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.