Common combinators in JavaScript
January 5, 2024 ยท View on GitHub
Note that when I use the word "combinator" in this context, it implies "function combinator in the untyped lambda calculus".
- To Mock a Mocking Bird (book of combinatory puzzles and examples)
- Combinator Birds (summary of all combinators named by the book)
- CombinatorsJS (implementation of all the same combinators in JavaScripts)
- Fantasy Combinators (implementation of common combinators in JavaScript)
- Collected Lambdas (collection of noteworthy combinators)
- Programming With Nothing (talk)
- Church Encoding (wikipedia)
- Fixed-point combinator (wikipedia)
- Lambda calculus (wikipedia)
- SKI combinator calculus (wikipedia)
- BCKW combinator calculus (wikipedia)