Clojure is the experiment of how much benefit one can get with immutable data types and unenforced pure function conventions without a type system.
Rust is the experiment of how much benefit one can get with a linear type system with mutable data types and impure functions.
Top comments (0)