This is the named-let Reference Manual, version 1.0.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Fri May 15 12:46:33 2026 GMT+0.
The main system appears first, followed by any subsystem dependency.
named-letNamed LET special form.
Joe Marshall <eval.apply@gmail.com>
Joe Marshall <eval.apply@gmail.com>
(GIT https://github.com/jrm-code-project/named-let.git)
MIT
A named variant of the standard LET special form that allows a name to be provided before the binding list. The name is bound to the lambda that binds the variables making it possible to recursively call the LET expression with new bindings.
1.0.0
named-let.lisp (file).
Files are sorted by type and then listed depth-first from the systems components trees.
Packages are listed by definition order.
Definitions are sorted by export status, category, package, and then by lexicographic order.
A Scheme-like DEFINE macro that binds name globally in the function and value namespace.
A lambda that binds its arguments in the function namespace.
Variant of LET that binds the variables recursively, both in the function and value namespaces.
Variant of LET that binds the variables recursively, both in the function and value namespaces.
The LET special form with extended syntax. A symbolic NAME may be provided before the binding list that is bound to the function performing the LET binding so that the function may be called again.
| Jump to: | D F L M N |
|---|
| Jump to: | D F L M N |
|---|
| Jump to: | F N P S |
|---|
| Jump to: | F N P S |
|---|