Finger Exercises

This homework is designed to give you basic experience with using the OCaml language, including recursion and lists.

  1. If you have not already done so in lab, follow our OCaml Setup instructions if you are working on a laptop. The lab computers are already all set up except for switching to the OCaml perspective in Eclipse. (Window » Open Perspective » Other... » O'Caml.)
  2. Download hw01.zip and unpack it to a temporary folder.
  3. Follow our Project Setup Instructions to import the files into a new Eclipse OCaml project. You should also follow the directions for creating and running the executable.
  4. Open the file intro.ml and follow the directions to complete the homework assignment.
  5. TIP: All of the homework is in intro.ml. You do not need to look at or edit any other file.
  6. Once you are finished, be sure to submit your homework.

FAQ

We have created an FAQ answering the most common questions for this assignment. This can be found here.

Grading