Racket
The first third of the course uses Racket. Please install version 8.14 or later.
Suggested reading
- Programming Languages: Application and Interpretation by Shriram Krishnamurthi
OCaml
The second two thirds of the course uses Ocaml.
Suggested reading
- Functional Programming in OCaml by Michael R. Clarkson et al.
OCaml Suggested Installation
I suggest following the University of Washington's CS341 Software Setup Instructions to install OCaml locally (along with OCaml's package manager, opam
, and build system dune
).