Frankly, I think one of the best languages you can learn would be C++. It's a very powerful language and it gives the programmer a lot of power to do all sorts of good (and bad) things. Unlike scripting languages, you'll need a compiler to get started. One word of warning if you decide to delve into C++, it's a complicated language and it is not horribly easy to learn. However, I think that if you can get a really good feel for a language like C++, you can very easily pick up other languages, such as Java. A lot of programming languages today seem to have some sort of background coming from C or Pascal. If you can learn a little bit of C++, I think you'll find that learning other programming languages will be easy.

I'm not trying to say that C++ is always the most useful language in the world (especially in the world of web) but, from an understandability point of view, if you can understand C++ well, I think you're well on your way to understanding a lot of other programming languages.



Skepticism is the source of knowledge as much as knowledge is the source of skepticism.

In reply to Re: What languages to learn? by Sherlock
in thread What languages to learn? by kevin_i_orourke

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.