Python cryptography, Rust, and Gentoo
Python cryptography, Rust, and Gentoo
Posted Feb 11, 2021 17:21 UTC (Thu) by moltonel (subscriber, #45207)In reply to: Python cryptography, Rust, and Gentoo by glaubitz
Parent article: Python cryptography, Rust, and Gentoo
Python is 30 years old and just added pattern matching. C++17 and C++20 feel like completely new languages. The alternative implementations are constantly lagging. If you mean "stability" as "no new language features" then I don't know of any general-purpose language that reached that stage without being considered dead. OTOH, Rust prides itself on "stability without stagnation" meaning that new features get added without breaking backward compatibility, and they do an exemplary job of it.
Rust clearly needs to reach niche and new platforms faster, to gain wider acceptance and not cause anguish when the next library starts using it. If it can do that without inflicting frontend differences on the user, it'll have done better at portability than C and C++.
