Developing Applications with Objective Caml
by E. Chailloux, P. Manoury, B. Pagano
Publisher: O'Reilly Media 2002
ISBN/ASIN: 2841771210
Number of pages: 757
Description:
Developing Applications with Objective Caml is a preliminary english 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.
Download or read it online for free here:
Download link
(2.7MB, PDF)
Similar books
Introduction to Objective Camlby Jason Hickey - Caltech
OCaml is a high-performance dialect of ML. This book presents a practical introduction and guide to the language, with topics ranging from how to write a program to the concepts and conventions that affect how programs are developed in OCaml.
(11971 views)
Unix System Programming in OCamlby 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.
(12686 views)
Real World OCaml: Functional programming for the massesby 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.
(11339 views)
Think OCamlby 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.
(11151 views)