csci2041/public-class-repo/Resources
Michael Zhang 399845160c
f
2018-01-29 17:35:31 -06:00
..
Intro-to-OCaml_Hickey.pdf f 2018-01-29 17:35:31 -06:00
OCaml-For-The-Masses_Minsky.pdf f 2018-01-29 17:35:31 -06:00
README.md f 2018-01-29 17:35:31 -06:00

Resources

In this directory you will find various electronic resources that will be used in the course.

OCaml

We will make use of Jason Hickey's draft of a book that was not eventually published. But it is still a rather good resource and it is free. It is in the file Intro-to-OCaml_Hickey.pdf.

The article "OCaml for the Masses" by Yaron Minsky provides a compelling discussion for using languages like OCaml in real world applications where speed and correctness matter.