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 :)
Comment on Which programming language is hard to understand?
thepianistfroggollum@lemmynsfw.com 1 year ago
No one has mentioned COBOL yet, but COBOL.
a4ng3l@lemmy.world 1 year ago
thepianistfroggollum@lemmynsfw.com 1 year ago
Assembler or assembly? Just curious because in my computer engineering course we had to create a C based computer that used assembly.
a4ng3l@lemmy.world 1 year 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 1 year 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.”
ShadowCatEXE@lemmy.world 1 year 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.