Skip to content

Introduction and Interpreter

Latest
Compare
Choose a tag to compare
@txyyss txyyss released this 06 Aug 15:34
· 2 commits to master since this release

The first version of introduction and interpreter of lambda calculus is released.

lambda.pdf is the introductory article.
lambda is the interpreter for Mac OS X users.
lambda.exe is the interpreter of Windows users.

For linux users, I'm sorry. You can compile the file by yourself.
Just run:
ghc --make -O -o lambda Main.hs