Skip to content

Latest commit

 

History

History
22 lines (10 loc) · 837 Bytes

README.md

File metadata and controls

22 lines (10 loc) · 837 Bytes

A Lambda calculus interpreter on Python

I want to write my own Compiler/Interpreter/JIT (all three of them) this is a start step to learn about eager and lazy evaluation , scope of variables, type theory and others.

To details about implementation (not doc) see my blog.

This interpreter is a unstable work in progress.

Reference books :

Reference pages: