Search code examples
Defining a stack data structure and its main operations in lambda calculus...


lambdafunctional-programminglambda-calculuscombinatorsy-combinator

Read More
Explain this implementation of the Y combinator in Scala?...


scalacombinatorsy-combinator

Read More
Can a lambda function call itself recursively in Python?...


pythonrecursionlambday-combinator

Read More
Y combinator discussion in "The Little Schemer"...


schemecombinatorsy-combinatorthe-little-schemer

Read More
How can I implement Y-Combinator with FnMut in Rust?...


rusty-combinator

Read More
Expressing Y in term of SKI-Combinators in JavaScript...


javascriptcombinatorsy-combinatorcombinatory-logic

Read More
Self-reference in function definition...


scopeschemelispsicpy-combinator

Read More
How do I define y-combinator without "let rec"?...


f#y-combinator

Read More
How do I manage declarations that require template parameters derived from recursive functors/lambda...


c++lambdac++17y-combinator

Read More
Why does Visual Studio compile this function correctly without optimisation, but incorrectly with op...


c++visual-studiolambdac++20y-combinator

Read More
Why does this Y Combinator using code fail to compile?...


c++lambday-combinator

Read More
Fixed-Point Combinators...


functional-programminganonymous-functionhigher-order-functionsy-combinatorfixpoint-combinators

Read More
Y combinator in elisp...


lispelisplambda-calculuscombinatorsy-combinator

Read More
Y Combinator in Haskell...


haskelly-combinator

Read More
Is the Y Combinator a left fold or a right fold?...


recursionfunctional-programmingfoldlambda-calculusy-combinator

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


haskellfunctional-programmingy-combinatorfixpoint-combinators

Read More
Transforming a function that computes a fixed point...


haskelly-combinatorfixpoint-combinatorsletrec

Read More
Fixed point combinator usage? Why a stack overflow here?...


clojurefunctional-programmingstack-overflowy-combinatorfixpoint-combinators

Read More
How would you implement a fixed-point operator (Y combinator) in F#?...


f#lambda-calculusy-combinatorfixpoint-combinators

Read More
Fixed point of K combinator...


lambda-calculusy-combinatorfixpoint-combinatorsk-combinator

Read More
Y-combinator does not seem to have any effect...


recursionluaclojurey-combinatorfixpoint-combinators

Read More
Sharing vs. non-sharing fixed-point combinator...


haskelly-combinatorletrecfixpoint-combinators

Read More
Y-combinator in Scheme, using lazy evaluation?...


lambdaschemey-combinator

Read More
Understanding the implementation of Y-Combinator...


scalarecursionfunctional-programminglambda-calculusy-combinator

Read More
Derivation of the Y-Combinator...


lambda-calculusy-combinator

Read More
(self self) call inside the let statement, in strict language...


lambdaschemelisplety-combinator

Read More
Finite number of recursions in Javascript with ES6 Y-combinator...


javascriptrecursiony-combinator

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


schemelispcombinatorsy-combinatoranonymous-recursion

Read More
Little Schemer: write function that only supports lists of length ≤ 2...


recursionschemey-combinatorthe-little-schemeranonymous-recursion

Read More
How to do this length≤1 more than once?...


recursionschemey-combinatorthe-little-schemeranonymous-recursion

Read More
BackNext