Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 411 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 411 Bytes

lamb

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.

Credit

This project setup was adapted from the fox starter code from UCSD's CSE 131.