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

ProgrammingCircleJerk

61 readers
16 users here now

Programming CircleJerkCommunity at request of a user.

founded 2 weeks ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 week 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)