Login
From:
lptk.github.io
(Uncensored)
subscribe
𝐖ell-𝚻yped 𝐑eflections
https://lptk.github.io/programming/2019/10/15/simple-essence-y-combinator.html
links
backlinks
Tagged with:
plt
Roast topics
Find topics
Find it!
The Y combinator is a central concept in lambda calculus, which is the formal foundation of functional languages. Y allows one to define recursive functions without using self-referential definitions.