This repo contains notes and runnable examples of the lambda calculus as expressed through JavaScript.
Visit https://glebec.github.io/lambda-talk for a formatted version of the code.
The runnable JS file is in src/index.js. Execute the file is by cloning this repo and running npm start. Or, view the REPL here.
Slides will be uploaded to Slideshare… just as soon as LinkedIn stops trying to erroneously block the upload.
This repo was created as an accompaniment to a lecture talk given at Fullstack Academy of Code on 2017-08-24. You can view that talk (in two parts) below:
- Combinator Birds · Rathman
- To Mock a Mockingbird · Smullyan
- To Dissect a Mockingbird · Keenan
- A Tutorial Introduction to the Lambda Calculus · Rojas
- Lambda Calculus · Wikipedia
- The Lambda Calculus · Stanford
- History of Lambda-calculus and Combinatory Logic · Cardone, Hindley
- An Introduction to Functional Programming through Lambda Calculus · Michaelson

