DEV Community

Yufan Lou
Yufan Lou

Posted on

Clojure and Rust are Duals

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.

Oldest comments (0)