
Homework 1: Finger Exercises
This homework is designed to give you a basic feel for the OCaml language, including recursion and lists.
- If you have not already done so in lab, follow the Codio OCaml Setup instructions
- Visit the CIS 120 course in codio and select the “hw01: OCaml Finger Exercises” project.
- Open the file
intro.ml
and follow the directions to complete the homework assignment.
TIP: All of the homework is in intro.ml
. You do not need to look at or edit any other file.
- 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
STYLE FEEDBACK: After submitting your homework, you must make an appointment with one of your recitation TAs to get feedback about your coding style. This meeting counts towards your class participation grade. Future assignments will count style as part of the homework grade.
- There are 100 points possible on this assignment.
- You may submit without penalty up to 5 times.
- Each extra submission costs you 5 points.
- Late submissions less than 24 hours overdue cost you 10 points.
- Late submissions between 24 and 48 hours overdue cost you 20 points.
- Submissions will not be accepted more than 48 hours past the due date.