Rant mode enabled :o)

I've dabbled with a lot of other languages myself, as I have no doubt that a lot of others who visit this site have... and I think that trying to say "one language is better than the other" is the equivalent of other oft-cited arguments such as "my OS is better than yours", "my editor is better than yours"... , even, "my car is better than yours" :o)

Why do I use Perl ? look here and also here... I think the key to being a good programmer/ computer scientist is to objectively evaluate the strengths and weaknesses of the tool that you're looking at.. is Perl good in text processing ? sure.. so use it if you can, it will save you lots of time.. Some people had posted a node on writing threaded applications rwith Perl.. is Perl good for that ? no, not yet.. other languages are much further along threading than Perl is...

I firmly believe in trying to find out the best possible tool to use for the job... if that's Perl (and you'd be surprised perhaps, at how many times Perl comes out on top of the language pile for various jobs ;o) then that's how it is, and I'm glad I know Perl so I can use it.. As neshura points out in her home node, an Advanced 3d gaming engine is not really what you would want to be writing in Perl ;o), so then, by all means use something else...

So, I'd actually say, Ruby is good, I haven't played with it so much, but it has some nice features.. but one of the strengths of Perl is how easily it adapts strong features of other languages and makes them its own.. and Perl is evolving in its own right (a look at the Perl 6 RFCs should tell you this), so for a large subset of tasks, its just a matter of individual preference...

If it makes your life easier to do it in Perl, don't break your neck and imbibe excess caffeine to do it in something else... :o) but sometimes it just comes down to individual preference as to what you use.. and well, just because someone *likes* the language, that doesn't make it better than anything else, right ? ;o)

Rant mode off


In reply to Re: Experimenting with other programming languages... by tinman
in thread Experimenting with other programming languages... by malander

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.