this post was submitted on 10 Jul 2024
932 points (98.7% liked)

Programmer Humor

31798 readers
241 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 60 points 1 month ago (11 children)
[–] [email protected] 26 points 1 month ago (3 children)

I learnt COBOL (I'm old) it's a very easy language, you basically talk, for instance to do c=a*b you write:

MULTIPLY A TO B GIVING C

and everything is tabbed, but in a good editor like emacs, it's done automatically pretty well.

[–] [email protected] 14 points 1 month ago* (last edited 1 month ago) (1 children)

I was looking into learning COBOL some years ago, because i found that verbosity interesting.

And it seemed like there's not many libs and toolboxes out there, compared to the major languages that has libs for everything, so I couldn't really use it for small projects.

[–] [email protected] 12 points 1 month ago (1 children)

The issue with COBOL surely isn‘t about the language itself. The real challenge will be to decipher the spaghetti code that was created at a company in the last sixty or so years. And then to dare changing something without breaking the program as a whole.

[–] [email protected] 8 points 1 month ago

That's easy you just use the huge number of test cases to ensure against introducing new bugs.

/S

[–] [email protected] 11 points 1 month ago
10 print "Hell here"
20 goto 10
[–] [email protected] 5 points 1 month ago (1 children)
[–] [email protected] 7 points 1 month ago (1 children)
[–] [email protected] 2 points 1 month ago (1 children)
[–] [email protected] 4 points 1 month ago

These are the things I can do without: =+-*/

load more comments (7 replies)