←back to thread

517 points bkolobara | 1 comments | | HN request time: 0.344s | source
Show context
pjmlp ◴[] No.45041965[source]
Most of these productivity gains are achievable in any Standard ML influenced type system.
replies(4): >>45042039 #>>45042138 #>>45043180 #>>45043371 #
bryanlarsen ◴[] No.45042039[source]
The main difference between Rust and other languages with a Standard ML influenced type system is that Rust has features that can let you get executive sign off for switching languages.
replies(2): >>45042133 #>>45042166 #
binary132 ◴[] No.45042133[source]
what is the main advantage of Rust over OCaml for most applications in this respect?
replies(1): >>45046599 #
maleldil ◴[] No.45046599[source]
Ecosystem. It's much easier to find libraries for Rust.
replies(2): >>45048934 #>>45063104 #
1. pjmlp ◴[] No.45048934[source]
opam has plenty of libraries, we should not mix quantity with quality.

Also we don't need leftpad like libraries, which is the direction Rust seems to be going when I try some some basic application that has like 50 crate dependencies.