• ShadowCatEXE@lemmy.world
      link
      fedilink
      arrow-up
      6
      ·
      9 months ago

      The college I went to taught COBOL in 2 mainframe courses, and as far as I’m aware, they still do.

      It was either you like it, or you absolutely despise it. It wasn’t all the difficult, but it is very different than your standard java, C#, C++, etc, so the syntax really throws people off.

    • a4ng3l@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      9 months ago

      Cobol wasn’t that bad… the use of line numbers was weird but at the time it wasn’t unique either. Assembler now… that was a bitch… the operations weren’t exactly intuitive and playing with registers wasn’t my thing. But I could pickup cobol if I was starving no problem :)

        • a4ng3l@lemmy.world
          link
          fedilink
          arrow-up
          4
          ·
          9 months ago

          TIL in English it is called assembly 😅 We had C in 2nd year, first was only cobol, assembly and pascal. Fun times :)

    • thelastknowngod@lemm.ee
      link
      fedilink
      arrow-up
      4
      ·
      9 months ago

      I remember reading about COBOL devs being able to earn pretty solid incomes. I thought, “Let’s check this out.” I found a site that did common things in different languages and compared them. Reverse string in ruby. 1 line. Reverse string in COBOL. 40-50 lines. “Ehh… Maybe I don’t want to learn this after all.”