Hacker News new | ask | show | jobs
by e-dant 1057 days ago
The ABS system your car’s brakes could crash — literally — and that would be safe?
2 comments

Ha, this is such a good example of both the advantage of fault tolerant systems and why so many true-to-life computing metaphors fall flat.
Safe means that every operation has well specified semantics. Some languages, notably C and C++, lack this property.
I would say those languages are both unsafe and have undefined behavior, and these are two seperate issues.
That's not what undefined behavior means.