An open API service indexing awesome lists of open source software.

https://github.com/lsevero/lambda_calculus

A small study on lambda calculus using clojure
https://github.com/lsevero/lambda_calculus

Last synced: 2 months ago
JSON representation

A small study on lambda calculus using clojure

Awesome Lists containing this project

README

        

# lambda_calculus

A small study on lambda calculus using clojure (but any lisp would do just fine).

I tried to keep thing closest to the form using just lambda functions with only 1 argument, although this can become unreadable pretty quickly.
I haven't used church numeral on everthing because again, this is just a study and using church numerals everywhere would make things very complicated.

## Usage

This repo was not intended to be used as a library or a executable.
Just start a REPL and go executing the code on the comments to see the result.

## License

Unlicense