Hacker News new | ask | show | jobs
Python vs. Rust
1 points by sonlight03 906 days ago
Python vs Rust

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

1 comments

How is Rust difficult to run? It's a single binary with dependencies usually statically linked.
in the sense that there is a bunch of checks unlike python (example sqlx)