Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 302 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 302 Bytes

lambda-calculus

Yaklang Lambda Calculus: Beta-Reduction

To demonstrate the Turing completeness of the Yaklang programming language, we wrote this script. In this script, the core rule of lambda calculus - beta reduction is implemented and formally proven.

beta-reduction.yak