Hacker News new | ask | show | jobs
by dist-epoch 1067 days ago
C has too little abstractions, which means you need more code to express the same things as Rust.

And the number of bugs per line of code is constant, so you will have more bugs in C code than in Rust code simply because you'll have more code.