this post was submitted on 16 Dec 2024
165 points (94.6% liked)

Programming

17651 readers
488 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 49 points 1 day ago (22 children)

I always wonder if I should just learn COBOL and try to just do a few juicy contracts a year and focus on my other pursuits (farming and considering making a game, as well as vacation of course) the rest of the year.

[–] [email protected] 8 points 1 day ago (1 children)

Eevee's heteroglot entry for COBOL is interesting, coming from … practically anything else.

There's also someone doing AOC in ABAP (basically SAP COBOL) who posts over in the AOC subreddit. I've looked at them and ... mhm, I know some of these words!

[–] [email protected] 13 points 1 day ago (3 children)

I've fallen down the rabbithole. I'm reading a free course (from 2001ish) on Cobol.

COBOL is Maintainable

I now question everything. I mean, technically, basically anything is maintainable in that it's possible...

[–] mesamunefire 1 points 5 hours ago

COBOL also can work with all modern day components. Like odbc/SQL etc...

[–] [email protected] 6 points 1 day ago* (last edited 1 day ago)

I mean, the fact that more than half-century-old COBOL continues to be maintained does speak to the fact that it is maintainable. That might also be part of what makes COBOL painful to the average developer: You're not only dealing with a language that first appeared in 1959, designed for machines that were very different than modern computers; you're also dealing with over a half century of legacy code, including all that means for Hyrum's law.

Unfortunately maintainable and pleasant to work with are rather distinct concepts.

[–] [email protected] 5 points 1 day ago

Just remember the Voyager spacecraft are still out there... and being maintained.

load more comments (20 replies)