Logo

Unix System Programming in OCaml

Small book cover: Unix System Programming in OCaml

Unix System Programming in OCaml
by


Number of pages: 143

Description:
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 that is customary in systems programming. This gives an unusual perspective on systems programming and on the ML language.

Home page url

Download or read it online for free here:
Download link
(1.3MB, PDF)

Similar books

Book cover: Using, Understanding, and Unraveling The OCaml LanguageUsing, Understanding, and Unraveling The OCaml Language
by - INRIA Paris-Rocquencourt
These notes are addressed to a wide audience of people interested in modern programming languages in general, ML-like languages in particular, or simply in OCaml, whether they are programmers or language designers, beginners or knowledgeable readers.
(10586 views)
Book cover: Think OCamlThink OCaml
by - 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.
(9404 views)
Book cover: Functional Programming in OCamlFunctional Programming in OCaml
by - Cornell University
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.
(4547 views)
Book cover: Introduction to Objective CamlIntroduction to Objective Caml
by - 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.
(10244 views)