This is the letrec Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Tue Jul 15 05:31:24 2025 GMT+0.
The main system appears first, followed by any subsystem dependency.
letrecA 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.lisppackage.lisp (file).
letrec (system).
letrec (macro).
check-definitions (function).
Packages are listed by definition order.
letreccommon-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 |
|---|