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

https://github.com/laszlokorte/combinators


https://github.com/laszlokorte/combinators

combinators lambda-calculus

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

Lambda

# Lambda Calculus and Combinators

This page is inspired by the talk A Flock of functions by Gabriel Lebec


Combinators are functions (in the sense of lambda calculus) that are defined in terms of nothing but there arguments.

Read more...