this post was submitted on 12 Feb 2025
70 points (92.7% liked)

ProgrammingCircleJerk

131 readers
18 users here now

Programming CircleJerkCommunity at request of a user.

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