lamb
is an experiment in designing a minimalist, zero-runtime functional
language that compiles to C.
I am attempting to implement the whole thing from my current knowledge without looking at other implementations, and reading the original papers when I have to.
This project setup was adapted from the fox starter code from UCSD's CSE 131.