What you should do next depends upon your personal goals. Do you want to increase the chances of getting a job? Do you want to learn new ways of analyzing problems? Do you want to start writing device drivers and operating system hacks? Any of the above could suggest a radically different answer.

If you're looking for employability, Java is pretty tough to beat. It will also help to demystify why many people claim that OO is "bolted on the side" of Perl.

Ruby is great if you want a pure OO language. If you really get daring, though, you could try Smalltalk or Squeek.

To really wrench your programming brain and look at things in a new light, I would strongly recommend checking out a logical (Prolog) or functional (Haskell, Lisp) language. Logical languages allow you to specify facts and rules and can infer answers for you. Functional languages allow you to provide function definitions and incrementally extend the language in a way that you won't see in an OO or procedural world. (it can also be bizarre to see a variable declared after it's used)

I could go on for a long time, but you get the idea. Where you go depends upon what you want. Good luck!

Cheers,
Ovid

New address of my CGI Course.
Silence is Evil (feel free to copy and distribute widely - note copyright text)


In reply to Re: Future Programming Direction by Ovid
in thread Future Programming Direction by artist

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.