Python vs. Rust

1 points by sonlight03 ↗ HN
Python vs Rust

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

2 comments

[ 3.3 ms ] story [ 17.8 ms ] thread
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)