An Invitation to ReasonML

A good introduction to ReasonML (and incidentally to OCaml which lurks under Reason’s JavaScript-like syntax).

This article is really about the language’s type inference system (based on the Hindley-Milner algorithm used in ML, Haskell, OCaml etc) which leaves conventional type systems such as Typescript, Java etc. in the dust protoship.io/blog/an-invitation-to-reasonml/