Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in letrec
Haskell `let` bindings in lambda calculus
Dec 24, 2022
haskell
recursion
let
lambda-calculus
letrec
Letrec and reentrant continuations
Jun 04, 2022
scheme
continuations
letrec
What's the difference between R6RS's `letrec`, `letrec*` and Racket's `letrec`?
May 02, 2019
scheme
racket
r6rs
letrec
What are the differences between 'let' or 'letrec' and 'define' for creating local bindings?
Oct 18, 2022
variables
scope
scheme
letrec
How is it possible that a binding shadows the existing binding in `case of` block?
Jun 04, 2022
haskell
scope
let
shadowing
letrec
How do I write a function to create a circular version of a list in OCaml?
Oct 19, 2022
ocaml
letrec
Sharing vs. non-sharing fixed-point combinator
Nov 02, 2022
haskell
y-combinator
letrec
fixpoint-combinators
How is "letrec" implemented without using "set!"?
Oct 23, 2022
variables
scheme
language-implementation
letrec
Why does this code using shadowing `let` bindings hang?
Sep 15, 2021
haskell
scope
let
letrec
Transforming a function that computes a fixed point
Nov 03, 2022
haskell
y-combinator
fixpoint-combinators
letrec
letrec in Scala? (Immutable way to "Tie the knot?")
Nov 11, 2021
scala
letrec
tying-the-knot
Which languages support *recursive* function literals / anonymous functions?
Nov 16, 2022
recursion
language-features
anonymous-function
function-literal
letrec
What are the benefits of letrec?
Mar 09, 2022
functional-programming
lisp
scheme
racket
letrec
How do I use fix, and how does it work?
Nov 19, 2022
haskell
fixpoint-combinators
letrec