I somewhat disagree.

While there are a lot of things that work the same across languages, there are concepts which are supported in some languages but not in others. For instance when I have to work in a language which dos not have closures, I feel handcuffed. Yet you could have a tremendous amount of experience with C, Pascal, VB, Java and so on without ever having a clue that something like closures exist, let alone how you might use them.

Don't get me wrong. Learning languages is good. If you know several others, you can be productive in a new language once you learn the syntax. However every time you learn a new language you should be prepared to encounter new concepts which don't fit into your previous programming background. It isn't just about syntax.

Perhaps a more down-to-earth example are the many procedural programmers who had to struggle to learn what OO programming was about. A C programmer could quickly write programs in C++ or Java. But they wouldn't be writing programs the same way that someone experienced in those languages would...


In reply to Re (tilly) 2: Does Knowing Perl Help or Hinder Learning another Language by tilly
in thread Does Knowing Perl Help or Hinder Learning another Language by dru145

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.