There really isn't any point to this rant. Maybe I'll find this in a couple years when I feel like I need to switch to another language, and I'll not waste my time.

I think the key is to wait for a problem that you can't easily solve in Perl, or that you can solve more easily in another language. Switching to LISP for web development is just going to make LISP look bad - Perl definitely has that problem licked.

I was in favor of switching to Erlang for a project at a prior job. Erlang isn't a better general-purpose language than Perl, not even close (thank you CPAN!). But it does offer really convenient distributed, fault-tolerant multi-processing. The next time I'm working on a parallel-processing server with high up-time requirements I'll be tempted again. It's certainly do-able with Perl but you pretty much have to roll it from scratch.

Similarly, if anyone ever asks you to write a client side GUI (and you can't talk them out of it), I think you'd be foolish to do it with Perl. Sure, it can be done but it won't be easy. Switching to something built for the task - Java, C#, Air, etc - is probably worth the effort.

I guess the biggest challenge to a comfortable Perl programmer is being able to realize when it's time to find a new tool. Perl can do so much so easily that we can very easily slip into thinking Perl can do everything!

-sam


In reply to Re: Programming Languages by samtregar
in thread Programming Languages by sstevens

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.