Better idea: rewrite the whole thing in Rust
Better idea: rewrite the whole thing in Rust
Posted Dec 5, 2025 20:03 UTC (Fri) by ssokolow (guest, #94568)In reply to: Better idea: rewrite the whole thing in Rust by cyperpunks
Parent article: Eventual Rust in CPython
Here's the Rust tag on the maintainer's blog: https://viruta.org/tag/rust.html
Google has a more typical approach, where it's paid employees maintaining things like Android, not volunteers, and they recognize that most memory-safety bugs are in young code, and that there's a risk of re-introducing logic bugs during a rewrite (differential fuzzing is your friend), so their approach with Android has been to move the new work to Rust but to not rewrite stuff in C for its own sake.
They blogged about that here: https://security.googleblog.com/2024/09/eliminating-memor...
