Hacker News new | ask | show | jobs
by doublement 2360 days ago
When you hang yourself with C, at least you're hanging yourself with something real. It's more embarrassing to be done in by a misunderstood abstraction in a high-level language than a concrete memory overwrite in C.
2 comments

‪If you can’t hang yourself with it, is it even real? Do you hang someone with a rope, or with a knot? Abstractions are knots, not ropes.‬
You can hang yourself in C by having code that would dereference a NULL pointer that never actually would be executed, yet the compiler “optimises” your code based on it. Is that “real”?