Search code examples
Why TSPL's letrec example can be run in ChezScheme with only let?...


scopeschemeletletrec

Read More
How do I use fix, and how does it work?...


haskellfixpoint-combinatorsletrec

Read More
Why is the variable undefined in the initialization form of this letrec?...


schemeletrec

Read More
Is letrec only meant for defining procedures?...


schemeletrec

Read More
Why does let not allow mutually recursive definitions, whereas letrec can?...


schemeevaluationletletrec

Read More
How do I write a function to create a circular version of a list in OCaml?...


ocamlletrec

Read More
Expression for defining letrec implementing little language in Haskell...


haskellevaluationlanguage-implementationmutual-recursionletrec

Read More
Understanding recurive let expression in lambda calculus with Haskell, OCaml and nix language...


haskellnixletrec

Read More
How is it possible that a binding shadows the existing binding in `case of` block?...


haskellscopeletshadowingletrec

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


haskelly-combinatorfixpoint-combinatorsletrec

Read More
Why not letrec as fix?...


schemeletrecfixpoint-combinators

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


haskelly-combinatorletrecfixpoint-combinators

Read More
Meaning of letrec in Scheme/Racket...


schemeracketletletrec

Read More
What are the benefits of letrec?...


functional-programminglispschemeracketletrec

Read More
convert let into lambda in scheme...


lambdaschemeletnamedletrec

Read More
What are the differences between 'let' or 'letrec' and 'define' for creating...


variablesscopeschemeletrec

Read More
Can a local procedure be bound to a variable in letrec without using lambda?...


lambdaschemeracketletrec

Read More
confusion of letrec, Scheme...


schemeletrec

Read More
understanding tail recursion 2...


schemetail-recursionletrec

Read More
What's the difference between R6RS's `letrec`, `letrec*` and Racket's `letrec`?...


schemeracketr6rsletrec

Read More
cond with local binding...


conditional-statementsracketletrec

Read More
How is "letrec" implemented without using "set!"?...


variablesschemelanguage-implementationletrec

Read More
Letrec and reentrant continuations...


schemecontinuationsletrec

Read More
Why does this code using shadowing `let` bindings hang?...


haskellscopeletletrec

Read More
letrec in Scala? (Immutable way to "Tie the knot?")...


scalaletrectying-the-knot

Read More
Scheme: Why does evaluating this recursive function defined in letrec fail?...


recursionlispscopeschemeletrec

Read More
BackNext