Slide 10
Slide 10 text
A Y-combinator is a "functional" (a function that operates on other
functions) that enables recursion, when you can't refer to the
function from within itself.
In computer-science theory, it generalises recursion, abstracting its
implementation, and thereby separating it from the actual work of
the function in question.
This is applicable in languages that support Lambda-Calculus
functions
Y-Combinator
@matyo91
25-04-2023 @matyo91