diff --git a/Technology b/Technology index c714191..78e8f63 100644 --- a/Technology +++ b/Technology @@ -43,3 +43,9 @@ In 2016, Facebook developed [reason](https://reasonml.github.io/), a dialect of OCaml which syntax is closer to JavaScript, and easier to comprehend for beginners. Reason and OCaml code can be easily combined in a single application, since the same compiler is used. + +Links: +- [OCaml for the masses](http://queue.acm.org/detail.cfm?id=2038036) +- [Why OCaml (from realworldocaml)](https://realworldocaml.org/v1/en/html/prologue.html) +- [Replacing Python with OCaml in 0install](http://roscidus.com/blog/blog/2013/06/09/choosing-a-python-replacement-for-0install/) +- [Why tezos uses OCaml](https://www.tezos.com/static/papers/position_paper.pdf)