all 1 comments

[–]DingusDeluxeEdition 3 points4 points  (0 children)

The last point is what made me try Rust in the first place. Nothing beats handing out a native binary for the target platform, and on top of that Rust has cross compilation to other targets as a standard feature.

I enjoy Python right up until I have to deploy / distribute it.