So...why would I need to learn another language other than for the journey along a new path..?

To swipe an old saying that Apple once swiped:

The journey is the reward.
By getting out and seeing more of the world, you're exposed to different perspectives, different ways of approaching problems, and different tools. All of which you can bring back to enrich whatever rut you've chosen to live in.

I'm not a particularly great Perl programmer, but by having worked in Smalltalk many years back I can do things with objects in Perl that amaze people who think Perl is merely a scripting language. By having worked in C, C++, and Java (and *cough* VB), I can intelligently compare and contrast them. And if I get into a project where some of these languages need to co-exist, I'm not lost. By having debugged in all of these environments, I've amassed a big bag of tricks.

You can do a lot of things in Perl, but Perl isn't the world. Get out and travel a bit.


In reply to Re: Why learn another language? by dws
in thread Why learn another language? by AcidHawk

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.