logoalt Hacker News

bastawhizyesterday at 10:41 PM0 repliesview on HN

If you're going to swap out one function in a chain of functions for a Rust version, you're destroying your codebase. You simply can't replace one tiny piece of code in a large codebase with a version in a different language. Doing so would be insane.