The macro-level Reference Manual

This is the macro-level Reference Manual, version 1.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 17:12:25 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

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


2.1 macro-level

An embarassingly trivial convenience macro that saves on indentation while being more concise and direct. (macro-level ...) == (macrolet ((m () ...)) (m))

Author

Jean-Philippe Paradis <>

License

Unlicense

Version

1.1

Source

macro-level.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 macro-level/macro-level.asd

Source

macro-level.asd.

Parent Component

macro-level (system).

ASDF Systems

macro-level.


3.1.2 macro-level/package.lisp

Source

macro-level.asd.

Parent Component

macro-level (system).

Packages

macro-level.


3.1.3 macro-level/main.lisp

Dependency

package.lisp (file).

Source

macro-level.asd.

Parent Component

macro-level (system).

Public Interface

macro-level (macro).


4 Packages

Packages are listed by definition order.


4.1 macro-level

Source

package.lisp.

Use List

common-lisp.

Public Interface

macro-level (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: macro-level (&body body)
Package

macro-level.

Source

main.lisp.


Appendix A Indexes


A.1 Concepts


A.2 Functions


A.3 Variables