A recursive let construct in e.g. Scheme whereas the "right hand side" can refer to the name being defined.
I was a bit confused by the documentation for fix (although I think I understand what it's supposed to do …
haskell fixpoint-combinators letrecWhile reading "The Seasoned Schemer" I've begun to learn about letrec. I understand what it does (can be duplicated with …
functional-programming lisp scheme racket letrec