Python cryptography, Rust, and Gentoo
Python cryptography, Rust, and Gentoo
Posted Feb 15, 2021 10:25 UTC (Mon) by laarmen (subscriber, #63948)In reply to: Python cryptography, Rust, and Gentoo by ceplm
Parent article: Python cryptography, Rust, and Gentoo
I think it has to do with the fact that Rust has really good tooling to manage the toolchain from a developer PoV along with a good backward compatibility. Upgrading the rustc version is assumed to be a trivial step (rustup update and voilà), and if you're an application author you can provide binaries for most platforms, which means the upgrade doesn't concern those users as there is no need for them to upgrade their runtime.
In contrast, most other languages either have a runtime component, which makes upgrading painful for all users, and/or an upgrade process that was not trivial when the community around the language started forming its habits. I would assume you'll find a similar attitude in the Go ecosystem.
