Hi,

I chose Cobol because my personal experience with it was terrible: in the first (or perhaps second, not sure anymore) year of University, we were supposed to write Cobol programs, but had no access to a Cobol compiler and related environments, so that the whole thing was just purely theoretical, a brain experiment, so to speak, with no chance to actually run a program. I guess this is not something against Cobol per se, but more about bad organization in our tech school. Fortunately, I could write (simple) programs in at least three other programming languages at the time (Basic, Pascal and C), so that was not too crippling; if it had not been for this other experience with programming, I think it might have dissuaded me completely from studying IT. Having said that, even if we had had a Cobol compiler, I think I would have hated it: so verbose, so inefficient (in terms of code writing efficiency, that is), so boring, so picky, and so on. The funny thing, though, is that I completed that teaching unit with a more than decent mark, I still don't understand how this could happen. Anyway, I'm really happy that I've never had to use it again afterwards.

If Cobol had not been in the list, I could have chosen a couple more which I really don't like: PHP and Javascript for a start, and, to a lesser extent and for different reasons, Java. Nowadays, I would also really avoid assembly, but that's because it has been so many years I did some that I would have to learn again almost everything.

The others languages are more or less fine to me, to different degrees. My favorites are, of course and in no particular order, Perl (5) and Perl 6.


In reply to Re: What programming language do you hate the most? by Laurent_R
in thread What programming language do you hate the most? by choroba

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.