this post was submitted on 12 Feb 2025
71 points (92.8% liked)

Programming Circlejerk

146 readers
51 users here now

Community to talk about enlightened programming takes

Rules:

founded 2 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] ZILtoid1991@lemmy.world 2 points 2 months ago

The issue isn't that its not hiding them, but

  • the janky nature of the language that made sense on mainframes with limited memory, but no longer needed,
  • manual memory management, which is extremely troubling with multi-threaded applications (get ready for deallocation before another thread finishes its job)