I remember when I graduated a lowly five years ago. We were taught COBOL and told that we would never write a new program in it. We were taught C++ since it was the language of the future. I never saw a UNIX system, since Windows NT was going to replace them all. Since that time, I have, unfortunately, probably written and maintained more lines of COBOL code than anything else. I have yet to write a C++ in a work environemt. I spend my time working on UNIX systems at work and at home (Mac OSX, Linux, BSD, etc.). I also write more C, Perl, and PL/SQL (Oracle's internal Pascal based language) than any other languages.
One thing has remained constant. The ability of the university professors in computer science to get everything wrong. OO may be popular in a university setting, but it will continue to remain a small part of the technology of corporate IS until Java finally starts to replace more and more COBOL systems. In many company's my guess is that this will not happen for at least 10 more years.

In reply to Re: (OT) Where is programming headed? by Steve_p
in thread (OT) Where is programming headed? by Ovid

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.