OCaml
Appearance
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
[edit | edit source]Beginner Level
[edit | edit source]- Introduction
- Getting Started
- Basics of Programming
- Lists
- Arrays
- Types
- Functions
- Operators
- Higher-order functions
- Abstract Data Types
- Modules
Intermediate Level
[edit | edit source]- Type Inference
- Functors
- GADTs
- Data structures
- Exceptions
- The Standard Library
- The Containers Library