Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 261 Bytes

File metadata and controls

3 lines (2 loc) · 261 Bytes

lambda-calculus

This is an experiment on using Python's "lambda" as an implementation of Alonzo Church's Lambda Calculus and using it to describe other math/computation concepts and constructs such as booleans, natural numbers, control structures and so on.