Quickly memoize anonymous recursive functions using lambdas and the "fix function"...
Read MoreGenerating powerset in one function, no explicit recursion, and using only simplest primitives in Ra...
Read MoreWhich programming languages support functions that take themselves as arguments?...
Read MoreTwo-layer "Y-style" combinator. Is this common? Does this have an official name?...
Read MoreLittle Schemer: write function that only supports lists of length ≤ 2...
Read MoreThe mechanism of anonymous function to call itself in Scheme?...
Read MoreHow to do this length≤1 more than once?...
Read MoreLittle Schemer: why wrap (mk-length mk-length) into a function?...
Read MoreHow to create a big array of Func's representing a Vandermonde system in C#?...
Read MoreC# anonymous recursion and Y-combinator performance...
Read MoreRecursion function failed in CodeIgniter...
Read MoreY combinator, Infinite types and Anonymous recursion in Haskell...
Read MoreRecursion with anonymous function...
Read MoreHowto: "letrec" in C# (lambda expression call within its definition)...
Read MoreDoes "Anonymous Recursion" work in .NET? It does in Mono...
Read More