Jin SANO

Logo

Web Portfolio

View My GitHub Profile

Lambda calculus interpreter

Lambda calculus is an absolute foundation of Functional programming languages. It is simple yet powerful enough to encode ALL the programs run on computers (as same as Turing Machine).

Input an expression and press run to get the full reduction graph.

How to use

Acknowledgement