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

https://github.com/phenax/playing-with-lambda-calculus

Experimenting with lambda calculus combinators, pure functional data structures, church numbers, and all that good shit in js
https://github.com/phenax/playing-with-lambda-calculus

Last synced: 11 months ago
JSON representation

Experimenting with lambda calculus combinators, pure functional data structures, church numbers, and all that good shit in js

Awesome Lists containing this project

README

          

# lambda-calculus
Experimenting with lambda calculus combinators, pure functional data structures, church numbers, and all that good shit

### Combinators

* Idiot I `\a.a`

* Mockingbird M `\f.ff`

* Kestrel K `\ab.a`

* Kite KI `\ab.b`

* Cardinal C `\fab.fba`

* Bluebird B `\fga.f (g a)`

* Viero V `\abf.fab`

### Data structures

* Pair

* List