Functional Programming Javascript Y Combinator Y-combinator In Javascript April 19, 2024 Post a Comment I have built a y-combinator in js like this const y = f => { const g = self => x => f(sel… Read more Y-combinator In Javascript