Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in y-combinator

How to get caching with the Y-combinator for this function

Applying the Y-Combinator to a recursive function with two arguments in Clojure?

Why does Visual Studio compile this function correctly without optimisation, but incorrectly with optimisation?

Y Combinator in Scheme using Define

Scala: (Int, Int) => Int doesn't match (Int, Int) => Int

Does "Anonymous Recursion" work in .NET? It does in Mono

Recursive Functions, Stack Overflows, and Y-Combinators

Fixed point combinator usage? Why a stack overflow here?

Two-layer "Y-style" combinator. Is this common? Does this have an official name?

y-combinator in StandardML

Understanding Y Combinator through generic lambdas

How to use Y- Combinator; why does this infinite recursion return 9?

Fixed-Point Combinators

Y Combinator implementation Scheme

Understanding the implementation of Y-Combinator

Sharing vs. non-sharing fixed-point combinator

Access outer variable inside a block and Y-combinator

Y combinator: Some functions do not have fixed points

javascript y-combinator

Y-combinator in D?

Why is the type of this function (a -> a) -> a?