The Nature of the Language
In this introductory lesson, we'll take a look at the purpose of ReasonML.
We'll cover the following...
The Bridge Between OCaml and JavaScript
ReasonML, also known simply as Reason, was developed in 2016 by Facebook. It provides a new syntax and toolchain for the meta-language, OCaml. OCaml is an extremely efficient industrial-level language which focuses on type-driven functional programming and code optimization.
The ...