From 7efbda8d5a4f9e6e512b6367c12d552c550afdf7 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Sat, 16 Sep 2017 16:48:51 +0100 Subject: [PATCH] . --- Technology | 6 ++++++ 1 file changed, 6 insertions(+) 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)