Hacker News new | ask | show | jobs
by dnautics 3091 days ago
indeed, very few programming languages actually do that, and you're probably running the language on top of another language that has flawed guarantees on those constraints. Or hardware. How do you guarantee your program hasn't gone rogue if you can't guarantee the bits in your memory.
1 comments

Yeah, this would be the question for fault tolerance and the whole world of distributed systems that inevitably comes with it.