From 1327f5c9d7bb469beb150fd81f3d22f0e1b48b94 Mon Sep 17 00:00:00 2001 From: alex argunov Date: Mon, 14 Dec 2020 04:54:02 +0300 Subject: [PATCH] Add OCaml Scientific Computing (#5213) * Update free-programming-books.md * Update free-programming-books.md * Update free-programming-books.md * Update free-programming-books.md --- books/free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books.md b/books/free-programming-books.md index a21858e8..54fd1a32 100644 --- a/books/free-programming-books.md +++ b/books/free-programming-books.md @@ -2166,6 +2166,7 @@ Kerridge (PDF) (email address *requested*, not required) * [Developing Applications With Objective Caml](http://caml.inria.fr/pub/docs/oreilly-book/) * [Functional Programming in OCaml](https://www.cs.cornell.edu/courses/cs3110/2019sp/textbook/) - Michael R. Clarkson +* [OCaml Scientific Computing](https://ocaml.xyz/book/) - Liang Wang, Jianxin Zhao (HTML) (:construction: *in process*) * [Real World OCaml](https://dev.realworldocaml.org/toc.html) * [Think OCaml](http://greenteapress.com/thinkocaml/index.html) - Allen B. Downey and Nicholas Monje * [Unix System Programming in OCaml](http://ocaml.github.io/ocamlunix/) [Github Repo](https://github.com/ocaml/ocamlunix/) -- GitLab