Search code examples
Lambda Calculus beta reduction...


lambdalambda-calculus

Read More
Lambda Calculus -- function expressed using Mocking Bird seems like it should be recursive but is no...


javascriptpythonrecursionfunctional-programminglambda-calculus

Read More
Print the first n numbers of the fibonacci sequence in one expression...


pythonrecursionlambdafibonaccilambda-calculus

Read More
How to implement f(g) == g(f)...


javascriptfunctional-programminglanguage-agnosticlambda-calculus

Read More
How to write recursive factorial function in haskell without if then else statment...


haskelllambda-calculus

Read More
Sum of list elements and length of list in lambda calculus...


functional-programminglambda-calculus

Read More
To prove SKK and II are beta equivalent, lambda calculus...


functional-programminglambda-calculusproof-of-correctnessk-combinators-combinator

Read More
convert flip lambda into SKI terms...


lambdalambda-calculuscombinatorsk-combinators-combinator

Read More
Lambda reductions prove S K = K I...


lambdalambda-calculusproof-of-correctnessk-combinators-combinator

Read More
How does "Stream" in java8 work?...


javafunctional-programmingjava-8java-streamlambda-calculus

Read More
Knights of the Lambda Calculus infinity written as lisp code...


lambdalisplambda-calculusinfinityy-combinator

Read More
How are apostrophes/character literals parsed in Haskell?...


haskelllambda-calculuslexical

Read More
applying beta-reduction (call func that returns func) to get an abstraction (function) in python...


pythonlambdalambda-calculus

Read More
Which terms is corresponding for Map, Filter, Foldable, Bind etc from Category Theory?...


mathfunctional-programminglambda-calculuscategory-theory

Read More
Why are λ-calculus optimal evaluators able to compute big modular exponentiations without formulas?...


algorithmhaskellfunctional-programminglambda-calculusmodular-arithmetic

Read More
Java 8 lambda and alpha equivalence...


javalambdajava-8lambda-calculus

Read More
Function returns value without replacing the variable with the given parameter...


javascriptanonymous-functioncurryinglambda-calculus

Read More
S combinator in Erlang...


lambdaerlanglambda-calculuss-combinator

Read More
Are Functional Programming & Markov Chains related somehow?...


mathfunctional-programminglambda-calculusmarkov-chainsmarkov

Read More
Are unbound variables allowed in Lambda Calculus?...


lambdalambda-calculus

Read More
Handling function application in λ expression with regex...


.netregexpowershelllambda-calculus

Read More
Does the substitution model work for closures? Or do you need an environment model?...


javascriptfunctional-programmingcomputer-sciencelambda-calculus

Read More
Is the substitution model a good way of approximating how JavaScript evaluates pure code?...


javascriptfunctional-programmingcomputer-sciencelambda-calculus

Read More
How to substract TRUE and TRUE in lambda calculus correctly?...


lambda-calculus

Read More
Why do we stop after reaching this term? Lambda Calculus...


lambdalambda-calculusreduction

Read More
Nested "Let" expressions in Ocaml...


nestedocamlcurryinglambda-calculus

Read More
How can I write self-application function in Haskell?...


haskelllambda-calculus

Read More
What is the bottom type?...


lambda-calculustype-theorycurry-howard

Read More
Can it be proved that call-by-need has the minimal asymptotic time complexity among all reduction st...


haskellfunctional-programminglazy-evaluationasymptotic-complexitylambda-calculus

Read More
What does the lambda calculus have to say about return values?...


rreturn-valuelambda-calculus

Read More
BackNext