Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in letrec

Haskell `let` bindings in lambda calculus

Letrec and reentrant continuations

scheme continuations letrec

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

scheme racket r6rs letrec

What are the differences between 'let' or 'letrec' and 'define' for creating local bindings?

variables scope scheme letrec

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

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

ocaml letrec

Sharing vs. non-sharing fixed-point combinator

How is "letrec" implemented without using "set!"?

Why does this code using shadowing `let` bindings hang?

haskell scope let letrec

Transforming a function that computes a fixed point

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

scala letrec tying-the-knot

Which languages support *recursive* function literals / anonymous functions?

What are the benefits of letrec?

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