Lambda Calculus

The teacher from CS241E briefly covered this in his last lecture.

The professor from SE212 talked about this, and how they are related to SE212 talked about this, and how they are related to Turing Machines.

This is back-linked from Church-Turing Thesis.

Watch this by Computerphile: https://www.youtube.com/watch?v=eis11j_iGMs

Recommended by teacher: https://serokell.io/blog/untyped-lambda-calculus

An expression can be a variable , a function , or a function call (first is a function and second is an argument)

  • Function Calls require the function specified to be called
  • - Beta Reduction
  • Left-associative, so is
    • is the same as

https://www.ics.uci.edu/~lopes/teaching/inf212W12/readings/lambda-calculus-handout.pdf