> For the complete documentation index, see [llms.txt](https://id1019.gitbook.io/exercises/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://id1019.gitbook.io/exercises/lambda-calculus.md).

# Lambda Calculus

The Lambda calculus is the base up on which all functional programming is built. You will be abel to master functional programming without ever having learnt about lambda calculus but why? In these exercises we will see how we can use lamda calculus when we explain how a functional program is executed.&#x20;
