Y
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
sodapopcan
1057 days ago
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.
link
Kranar
1057 days ago
Safe means that every operation has well specified semantics. Some languages, notably C and C++, lack this property.
link
andyferris
1057 days ago
I would say those languages are both unsafe and have undefined behavior, and these are two seperate issues.
link
throwawaymaths
1057 days ago
That's not what undefined behavior means.
link