> No doubt, COBOL is out

Yes, but if you have good COBOL knowledge, you find a job in nearly every mainframe related project. Every kid knows C or Java, but Mainframe knowledge, which include COBOL and REXX, is rare and needed for some decades. Beside the countless legacy applications, there are lots of new programms, interfaces, batch-jobs still written in COBOL. Many Codegenerator produce COBOL code for the mainframe and C for the PC. But, it is a terrible language.

I have programmed in more than a dozen programming languages, but I never managed to write an acceptable bit of VisualBasic. This language tends from my point of view to destroy any programming style, I hate it and still have to use it. I would avoid it for education purposes.

From your alternatives C++ gives you the chance to learn everything you need from the basics, depends on the teacher and you.

To learn OO take smalltalk, that will influence (positivly) every piece of code you write in the future. But if you get the chance try out some assembler, which will give you some understandig how the languages/computer work.

And it came to pass that in time the Great God Om spake unto Brutha, the Chosen One: "Psst!"
(Terry Pratchett, Small Gods)


In reply to Re: Re: Which language would be most helpful? by Brutha
in thread Which language would be most helpful? by mrpilot

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.