Hacker News new | ask | show | jobs
by BigJono 345 days ago
C code is shorter than both assembly and Rust, it's not the same thing.
1 comments

Both rust and C are also much, much less error-prone than assembly. It is so, so easy to get things wrong in assembly in very subtle ways. That’s one of the main drivers while people are only writing assembly today when they absolutely have to.