Skip to content

Latest commit

 

History

History
6 lines (2 loc) · 327 Bytes

README.md

File metadata and controls

6 lines (2 loc) · 327 Bytes

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.