The recur Reference Manual

This is the recur Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 17:46:48 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

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


2.1 recur

A simple alternative to Scheme’s named-LET.

Author

Robert Smith <>

License

Public Domain. See LICENSE.

Source

recur.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 recur/recur.asd

Source

recur.asd.

Parent Component

recur (system).

ASDF Systems

recur.


3.1.2 recur/package.lisp

Source

recur.asd.

Parent Component

recur (system).

Packages

recur.


3.1.3 recur/recur.lisp

Dependency

package.lisp (file).

Source

recur.asd.

Parent Component

recur (system).

Public Interface

recur (macro).


4 Packages

Packages are listed by definition order.


4.1 recur

Source

package.lisp.

Use List

common-lisp.

Public Interface

recur (macro).


5 Definitions

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


5.1 Public Interface


5.1.1 Macros

Macro: recur (name (&rest bindings) &body body)

A macro imitating Scheme’s named-LET.

Package

recur.

Source

recur.lisp.


Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   M   R  
Index Entry  Section

M
Macro, recur: Public macros

R
recur: Public macros


A.3 Variables