this post was submitted on 15 Feb 2025
320 points (99.1% liked)

Programmer Humor

20743 readers
89 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] mesamunefire@piefed.social 51 points 1 week ago (7 children)

I used to work with COBOL. The language isn't terrible, it's the 40+ years of no context changes that suck. It even works with SQL... although the most common configuration is using a flat file.

[–] dis_honestfamiliar@lemmy.sdf.org 7 points 1 week ago (1 children)

I once tried to learn COBOL at home, I used GNU to compile but I had trouble with database driver. Any tips?

[–] mesamunefire@piefed.social 6 points 1 week ago

Try opencobol. You may have more success.

Some cobols like rm COBOL require a literal custom Linux header in order to work with SQL. Others work with odbcs natively.

load more comments (5 replies)