The letrec Reference Manual

This is the letrec Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 16:53:08 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 letrec

A simple alternative to Scheme’s LETREC.

Author

Robert Smith <>

License

Public Domain. See LICENSE.

Dependency

alexandria (system).

Source

letrec.asd.

Child Components

3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 letrec/letrec.asd

Source

letrec.asd.

Parent Component

letrec (system).

ASDF Systems

letrec.


3.1.2 letrec/package.lisp

Source

letrec.asd.

Parent Component

letrec (system).

Packages

letrec.


3.1.3 letrec/letrec.lisp

Dependency

package.lisp (file).

Source

letrec.asd.

Parent Component

letrec (system).

Public Interface

letrec (macro).

Internals

check-definitions (function).


4 Packages

Packages are listed by definition order.


4.1 letrec

Source

package.lisp.

Use List

common-lisp.

Public Interface

letrec (macro).

Internals

check-definitions (function).


5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Macros

Macro: letrec ((&rest definitions) &body body)

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.

Package

letrec.

Source

letrec.lisp.


5.2 Internals


5.2.1 Ordinary functions

Function: check-definitions (definitions)
Package

letrec.

Source

letrec.lisp.


Appendix A Indexes


A.1 Concepts


A.2 Functions

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


A.3 Variables