Python vs. Rust
Python vs Rust
Python both easy to run and to crash in production Rust both difficult to run and to crash in production
Python vs Rust
Python both easy to run and to crash in production Rust both difficult to run and to crash in production
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)