this post was submitted on 18 Feb 2025
-1 points (0.0% liked)

Programming

19624 readers
235 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 !webdev@programming.dev



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] troyunrau@lemmy.ca 1 points 2 months ago (4 children)

No.

C is going to be around and useful long after COBOL is collecting dust. Too many core things are built with C. The Linux kernel, the CPython interpreter, etc. Making C go away will require major rewrites of projects that have millions upon millions of hours of development.

Even Fortran has a huge installed base (compared to COBOL) and is still actively used for development. Sometimes the right tool for a job is an old tool, because it is so well refined for a specific task.

Forth anyone?

The rewrite-it-in-rust gang arrives in 3, 2 ...

[–] deathmetal27@lemmy.world 0 points 2 months ago (3 children)

People tend to be obsessed with bleeding edge technology. But those who truly understand know that "bleeding edge" is an anti-pattern and there's a reason it's called that: it can bleed you as well.

If it ain't broken, don't fix it.

[–] bamboo@lemm.ee -1 points 2 months ago (2 children)

If it ain't broken, don't fix it.

That’s the thing, it is broken and there is a fix desperately needed. C lacks memory safety, which is responsible for many, many security vulnerabilities. And they’re entirely avoidable.

[–] deathmetal27@lemmy.world 0 points 2 months ago (1 children)

So the solution is to take away any agency the developer may have over how their application allocates memory?