-
Notifications
You must be signed in to change notification settings - Fork 0
The "Good for the Soul" Vault
JMYoung edited this page Nov 1, 2017
·
7 revisions
Eric and Martin continually drop statements like ""x" is a great exercise", or "you should do "x" at least once in your life!". This page serves as a running list and one-stop shop for any student looking for good practice projects.
- Implement Lambda Calculus
- Implement your own simply typed lambda calculus, and play with the representation
- Convert a big step semantics to a small step semantics and then evaluate different evaluation strategies: applicative order evaluation vs. normal order evaluation.