List Question
10 TechQA 2025-01-02 12:03:08What's the difference between R6RS's `letrec`, `letrec*` and Racket's `letrec`?
880 views
Asked by Ben
Scheme: Why does evaluating this recursive function defined in letrec fail?
426 views
Asked by Gabriel Ščerbák
Scheme: are `letrec` and `letcc` crucial for efficiency?
271 views
Asked by J. D.
letrec in Scala? (Immutable way to "Tie the knot?")
932 views
Asked by Dan Burton
Understanding recurive let expression in lambda calculus with Haskell, OCaml and nix language
401 views
Asked by varvir
Expression for defining letrec implementing little language in Haskell
351 views
Asked by whoareu
Why does let not allow mutually recursive definitions, whereas letrec can?
477 views
Asked by J. Mini
Why does this code using shadowing `let` bindings hang?
293 views
Asked by Matt Fenwick
Letrec and reentrant continuations
473 views
Asked by lily
Scheme letrec infinite environment
345 views
Asked by Cheng-En Chuang