Original link: Programming vs Software Engineering (Rust vs Go) / Sylvain Kerkour.
Both Rust and Go are newer languages intended to replace C/C++.
But they are very different in almost every way.
Rust is foused on memory safety. Go is focused on thread safety.
Rust is popular for kernel modules especially drivers. Rust is popular for network an container infrastructure
But interesting perspective.