λ Calculus (2013) [pdf]
cs.rpi.edu
λ Calculus (2013) [pdf]
1–10 of 73 posts
Re: λ Calculus (2013) [pdf]
#2Even more beautiful than the y combinator
Re: λ Calculus (2013) [pdf]
#3Re: λ Calculus (2013) [pdf]
#4any idea what book this chapter is from?
Carlos A. Varela
2013
https://mitpress.mit.edu/9780262018982/programming-distribut...
Re: λ Calculus (2013) [pdf]
#5created by Church and Kleene in the 1930’s! Even more beautiful than the y combinator
Y = λf.(λx.f (x x)) (λx.f (x x))Re: λ Calculus (2013) [pdf]
#6created by Church and Kleene in the 1930’s! Even more beautiful than the y combinator
That's a bit of a strange statement. The Y combinator is an expression in λ calculus. It's like saying French is even more beautiful than the phrase "nouveau départ".
Re: λ Calculus (2013) [pdf]
#7He does a wonderful job of taking very dense mathematical notation and explaining it in ways that anyone can understand. He derives the basic concepts of the lambda calculus from the ground up using Python. Super fun to follow along with.
Re: λ Calculus (2013) [pdf]
#8Re: λ Calculus (2013) [pdf]
#9any idea what book this chapter is from?
Programming Distributed Computing Systems A Foundational Approach Carlos A. Varela 2013 https://mitpress.mit.edu/9780262018982/programming-distribut...
Re: λ Calculus (2013) [pdf]
#10Earlier quoted context omitted.
They're one and the same. Y = λf.(λx.f (x x)) (λx.f (x x))
The Y combinator is not the same as λ calculus. The Y combinator is an expression in λ calculus.