Comment Rust is bad for elevators (Score 1) 118
That poor guy who thought that he'd have to invent a new language to solve his sucky elevator's problem should've looked around instead. There's about 30 years of experience, languages, and tooling available to solve problems like this: synchronous languages.
Rust may be good for other use cases but as long as it doesn't have a verified compiler (such as CompCert or CakeML) and a usable proof theory I'm not going to touch it except for hobbyist purposes. What it does for memory safety I can do without even thinking too hard in C. And then I could prove it. In Rust, I'd have to believe a compiler that's just a toy.