|
|
|
|
|
by jakkos
129 days ago
|
|
- It is possible to write Rust in a pretty high level way that's much closer to a statically-typed Python than C++ and some people do use it as a Python replacement - You can build it into a single binary with no external deps - The Rust type system + ownership can help you a lot with correctness (e.g. encoding invariants, race conditions) |
|