OCaml Introduction Videos
The following videos are designed to provide an introduction to the basic OCaml language features we will use in this course.
- OCaml Basics (8:56)
- Functions and Function Calls (15:26)
- Variant Types (12:58)
- Lists (10:42)
- Unit Testing (6:58)
- Binary Search Trees (10:56)
- Updating Binary Search Trees (14:41)
- Higher-order Functions and Partial Application (8:39)
- The
filter
Combinator (9:38) - The
map
Combinator (6:10) - The
fold
Combinator (7:38)
The lecture materials for these videos can be found here.