HACKER Q&A
📣 ent101

Why Rust?


Why Rust?


  👤 notrly1337 Accepted Answer ✓
For me, because of the performance (machine code) and interoperability (can link and build shared libraries and static objects) of C at no additional cost. Also, I find it future-proof because it does all what C does, but better and look how long has C been used, even for greenfield projects.