Programming Languages BooksOCaml Books

Introduction to Objective Caml Programming Language (Jason Hickey)

Advertisement

Introduction to Objective Caml Programming Language (Jason Hickey)

Introduction to Objective Caml Programming Language (Jason Hickey)

This guide is an introduction to ML programming, specifically for the Objective Caml (OCaml) programming language from INRIA. Topics covered includes: Simple Expressions, Variables and Functions, Basic Pattern Matching, Tuples, Lists, and Polymorphism, Unions, Exceptions, Records, Arrays, and Side-Effects, Input and Output, Files, Compilation Units, and Programs, The OCaml Module System, The OCaml Object System.

Author(s):

s102 Pages
Similar Books
Introduction to Objective Caml

Introduction to Objective Caml

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 affect how programs are developed in OCaml. The text can be divided into three main parts such as Core language, The module system , Objects and class. Topics covered includes: Simple Expressions, Variables and Functions, Basic Pattern Matching, Tuples, Lists, and Polymorphism, Unions, Reference cells and side-effects Records, Arrays, and String, Exceptions, Input and Output, Files, Compilation Units, and Programs, The OCaml Module System, Functors , Classes and inheritance, Multiple inheritance, Polymorphic Classes.

s284 Pages
Using, Understanding, and Unraveling The OCaml Language From Practice to Theory and vice versa (D. Rmy)

Using, Understanding, and Unraveling The OCaml Language From Practice to Theory and vice versa (D. Rmy)

Currently this section contains no detailed description for the page, will update this page soon.

s Pages

Advertisement