Comment C is extremely tedious (Score 1) 107
The only advantages C has over Rust are longevity, compile time, binary sizes, and amount of code in the wild. I've written a ton of C code and maintained even more. Despite being a relatively small language, the surface area for bugs is enormous. I will never use C again unless I have a very compelling reason to. I'm not saying Rust is the end-all-be-all language, but it's WAY better than C.