For me: balance, no question.

Perl's a wonderful language until you run into one of its limitations, or a production environment that doesn't have Perl (and won't anytime soon, unless the sysadmin gets hit by a truck), or co-workers who don't know the language and can't get up to speed in time to meet a deadline, or any number of other contingencies. It's nice to have a backup plan.

That said, my language experience is mostly confined to two languages, Perl and C/C++. (I include C++ because the C++ I write looks a lot like "C with classes".) In both cases, I'm quite comfortable with using the language, but not necessarily with hacking it. (I can decipher most obfus, and answer most of my co-workers' Perl questions, but I know nearly nothing about perlguts, for instance.) I'm planning to add Common LISP, or maybe Scheme, to that list in the near future, because I'm starting to feel like I've run out of tricks.

In addition to the two languages that I'm comfortable coding in, I also know bits and pieces of many others (Haskell and Prolog being the most interesting), which occasionally gives me an edge when I'm presented with a problem that fits one of them perfectly. (That happens most often with SQL.)

--
F o x t r o t U n i f o r m
Found a typo in this node? /msg me


In reply to Re: perl : focus or balance by FoxtrotUniform
in thread perl : focus or balance by silent11

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.