Explore >> Select a destination


You are here

sookocheff.com
| | jao.io
2.5 parsecs away

Travel
| | [AI summary] The author explores the Y combinator and fixed-point combinators in lambda calculus, demonstrating how to implement recursive functions like list-length in Scheme using beta abstraction to manage a strict evaluation strategy.
| | johnazariah.github.io
2.5 parsecs away

Travel
| | The Y-Combinator. How to derive recursion in a purely functional context.
| | text.marvinborner.de
1.8 parsecs away

Travel
| | This article describes a variadic extension to the default fixed-point combinator namely the Y-combinator. We do this by translating the Scheme code from a paper to bruijn (pure lambda calculus).
| | nikita-volkov.github.io
15.7 parsecs away

Travel
| Recently a question by Chris Done on Reddit has spawned yet another debate on the subject of whether Haskell's laziness is actually a good thing.