Skip to content

lirorc/lambda-calculus-from-lisp-bits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lambda-calculus-from-lisp-bits

Implementation of the lambda calculus using guile scheme.

I somewhat figured out how to use Y combinator sort of thing for recursion, thanks to "Why of Y".

betterlambda.scm uses only "let" for definitions, lambda.scm is thusly deprecated.

About

lambda calculus stuff inside lisp eg. λx.λy.y for false

Topics

Resources

License

Stars

Watchers

Forks

Languages