List Question
19 TechQA 2024-03-24T02:00:23.203000Quickly memoize anonymous recursive functions using lambdas and the "fix function"
105 views
Asked by Harumaki
is it possible to create an anonymous recursive function in racket
496 views
Asked by Alex028502
Call By Need in Scheme
137 views
Asked by Maya Saias
Generating powerset in one function, no explicit recursion, and using only simplest primitives in Racket
444 views
Asked by AudioBubble
Which programming languages support functions that take themselves as arguments?
642 views
Asked by Joshua Wise
Little Schemer: why wrap (mk-length mk-length) into a function?
373 views
Asked by AudioBubble
How to create a big array of Func's representing a Vandermonde system in C#?
173 views
Asked by Ferit
Little Schemer: write function that only supports lists of length ≤ 2
348 views
Asked by jiamo
The mechanism of anonymous function to call itself in Scheme?
919 views
Asked by liu
Two-layer "Y-style" combinator. Is this common? Does this have an official name?
663 views
Asked by danfuzz
How to do this length≤1 more than once?
363 views
Asked by abelard2008
Recursion function failed in CodeIgniter
1.2k views
Asked by AudioBubble
C# anonymous recursion and Y-combinator performance
459 views
Asked by AudioBubble
Y combinator, Infinite types and Anonymous recursion in Haskell
1.1k views
Asked by TheIronKnuckle
List function with Y combinator does no recursion, why?
577 views
Asked by David
In Scheme, how do you use lambda to create a recursive function?
17.9k views
Asked by NcAdams
Recursion with anonymous function
2.5k views
Asked by daGrevis
Howto: "letrec" in C# (lambda expression call within its definition)
444 views
Asked by Sebastian Gregor
Does "Anonymous Recursion" work in .NET? It does in Mono
689 views
Asked by Justin