Resources

OCaml and Functional Programming

Programming assignments for this course use the OCaml language. Here are some instructions for installing OCaml. (In contrast with that guide, I recommend Homebrew on macOS: just type brew install ocaml.)

If you are already familiar with another functional programming language, OCaml will be quick to pick up. If you’re new to functional programming, however, you might want to spend some time at the beginning of the semester getting up to speed. Here are some resources for learning OCaml:

Textbooks You Might Like

There are no required textbooks, but if you find yourself wanting extra background, you might find these textbooks helpful:

And here are a couple of good online textbooks that are relevant to the course:

Extra Background

Here are some well-written materials on standard PL topics: