Earlier quoted context omitted.
Why are C and C++ all of a sudden unsafe? Did I miss something? What is safe now? JavaScript? PyTorch?
One of the major drivers (if not the driver) for the creation of Rust the fact that C is not a memory-safe language. This has been known for decades, but it wasn't until 2010 that a serious attempt at writing a new system-language that was memory safe was attempted and got traction - Rust. https://kruschecompany.com/rust-language-concise-overview/#:... .
(Unless you're running it on bare metal ...)