from Hacker News

Python vs. Rust

by sonlight03 on 12/23/23, 11:40 PM with 2 comments

Python vs Rust

Python both easy to run and to crash in production Rust both difficult to run and to crash in production

  • by mrichman on 12/24/23, 12:27 AM

    How is Rust difficult to run? It's a single binary with dependencies usually statically linked.