If you are looking to create better web or database apps, then the obvious suggestion is to learn SQL and know how to use it properly.

I dare say you already know some simplified SQL from what you have done already, or perhaps you have used a translator such as SQL::Abstract (Used by DBIx::Class), but I think it is worth while to learn SQL properly so that you can gain a deeper understanding of what is going on, what it is possible to do with a database, and where the limitations lie. That way you will be able to code efficient database applications that don't have poor performance due to a bad query or database function.

For desktop applications you have dozens of languages to choose from. Contrary to what others have said, I think Java is a good choice because it is cross platform. It is also the most popular language out there in the job vacancies, so if you are competent in Java you should not find yourself unemployed. Java is also the language of Hadoop which is making a big noise out there at the moment.

If you just want to learn to improve yourself, then I think learning a functional language such as Haskel or Erlang would be good, because it is always good to learn a different paradigm, as it lets you see all your programming in a different light, and can improve your choice of algorithm and design.


In reply to Re: What language should I learn? by chrestomanci
in thread What language should I learn? by extrafied99

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.