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

Programmer Humor

31797 readers
216 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
[–] Frederic@beehaw.org 26 points 1 month ago (8 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.

[–] docAvid@midwest.social 5 points 1 month ago (3 children)
[–] Frederic@beehaw.org 7 points 1 month ago (2 children)
[–] vfreire85@lemmy.ml 2 points 1 month ago (1 children)
[–] Zink@programming.dev 4 points 1 month ago

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

load more comments (4 replies)