OCalm
OCaml is an industrial strength programming language supporting functional, imperative and object-oriented styles.
Site: http://www.ocaml.org/
OCalm
OCaml is an industrial strength programming language supporting functional, imperative and object-oriented styles.
Site: http://www.ocaml.org/
Book list
-
Unix System Programming in OCaml
This is an excellent book on Unix system programming, with an emphasis on communications between processes. The main novelty of this work is the use of OCaml, instead of the C language that is customary in systems programming. This gives an unusual perspective on systems programming and on OCaml.
Author: Xavier Leroy and Didier Rémy
Pages: 138 | Year: 2014 | Language: EN
Added: 2016-11-16 -
The OCaml System: Documentation and User's Manual
This the official User's Manual. It serves as a complete reference guide to OCaml. Updated for each version of OCaml, it contains the description of the language, of its extensions, and the documentation of the tools and libraries included in the official distribution.
Author: Damien Doligez, Alain Frisch, Jacques Garrigue, Didier Rémy and Jérôme Vouillon
Pages: 554 | Year: 2012 | Language: EN
Added: 2016-11-16 -
Think OCalm
How to Think Like a Computer Scientist is an introductory programming textbook based on the OCaml language. It is intended for newcomers to programming and also those who know some programming but want to learn programming in the function-oriented paradigm using OCaml.
Author: Allen Downey
Pages: 142 | Year: 2008 | Language: EN
Added: 2017-03-15