OCaml
(Redirected from Objective Caml)
OCaml is a powerful programming language from the functional programming family. Its main strengths are ease of use and type safety.
This book aims at being an introduction to functional programming with OCaml (or 'Objective Caml').
For learning more about the OCaml language and how it is linked to other languages, don't hesitate to read Wikipedia's article about OCaml.
Contents
editBeginner Level
edit- Introduction
- Getting Started
- Basics of Programming
- Lists
- Arrays
- Types
- Functions
- Operators
- Higher-order functions
- Abstract Data Types
- Modules
Intermediate Level
edit- Type Inference
- Functors
- GADTs
- Data structures
- Exceptions
- The Standard Library
- The Containers Library