This is the letrec Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 06:36:13 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
letrec
A simple alternative to Scheme’s LETREC.
Robert Smith <quad@symbo1ics.com>
Public Domain. See LICENSE.
alexandria
(system).
package.lisp
(file).
letrec.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
letrec/letrec.lisp
package.lisp
(file).
letrec
(system).
letrec
(macro).
check-definitions
(function).
Packages are listed by definition order.
letrec
common-lisp
.
letrec
(macro).
check-definitions
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
A macro imitation of Scheme’s LETREC. Bindings should be of the form
(NAME FUNCTION-FORM)
where NAME is a symbol and FUNCTION-FORM is any function-producing form.
Jump to: | C F L M |
---|
Index Entry | Section | ||
---|---|---|---|
| |||
C | |||
check-definitions : | Private ordinary functions | ||
| |||
F | |||
Function, check-definitions : | Private ordinary functions | ||
| |||
L | |||
letrec : | Public macros | ||
| |||
M | |||
Macro, letrec : | Public macros | ||
|
Jump to: | C F L M |
---|
Jump to: | F L P S |
---|
Jump to: | F L P S |
---|