Hacker News new | ask | show | jobs
by dman 2771 days ago
Fortunately not everyone makes technical decisions using the wisdom of crowds.
1 comments

If people would switch to Rust and stop writing C the world would probably be a safer place yes.
Given Rust's spotty platform support[1], I don't see that happening anytime soon.

[1] https://forge.rust-lang.org/platform-support.html

It's possible to write unsafe code in any language.
Come on... C doesn't initialize memory, doesn't manage memory, doesn't verify bounds for buffers, etc.

It's especially unsafe to write C.

Thats why we have Java / Rust / Python / CSharp.
My point.
So we agree that we have different tools with different tradeoffs?