Functional Programming in OCaml
by Michael R. Clarkson, et al.
Publisher: Cornell University 2019
Number of pages: 265
Description:
This course is about making you a better programmer. This course gives you the opportunity to now learn a new language from scratch and reflect along the way about the difference between programming and programming in a language.
Download or read it online for free here:
Read online
(online html)
Similar books

by E. Chailloux, P. Manoury, B. Pagano - O'Reilly Media
Developing Applications with Objective Caml is a preliminary translation of a comprehensive book on OCaml, covering not only the core language, but also modules, objects and classes, threads and systems programming, and interoperability with C.
(8728 views)

by Nicholas Monje, Allen Downey - Green Tea Press
An introductory programming textbook based on the OCaml language. It is intended for newcomers and also those who know some programming but want to learn programming in the function-oriented paradigm, or those who simply want to learn OCaml.
(8696 views)

by Jason Hickey, Anil Madhavapeddy, Yaron Minsky - O'Reilly Media
This fast-moving tutorial introduces you to OCaml, an industrial-strength programming language designed for expressiveness, safety, and speed. You'll quickly learn how OCaml stands out as a tool for writing fast, succinct, and readable systems code.
(8742 views)

by Xavier Leroy, Didier Remy
This document is an introductory course on Unix system programming, with an emphasis on communications between processes. The main novelty of this work is the use of the OCaml language, a dialect of the ML language, instead of the C language.
(10289 views)