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
Beginner Level
- Introduction
- Getting Started
- Basics of Programming
- Lists
- Arrays
- Types
- Functions
- Operators
- Higher-order functions
- Abstract Data Types
- Modules
Intermediate Level
- Type Inference
- Functors
- GADTs
- Data structures
- Exceptions
- The Standard Library
- The Containers Library
Advanced Level
- Monads
Further reading
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.