The evaled-when Reference Manual

This is the evaled-when Reference Manual, version 1.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 16:22:12 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

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


2.1 evaled-when

Provides a way of extracting and replicating the compile-time side-effects of forms.

Author

Jean-Philippe Paradis <>

License

Unlicense

Version

1.0

Dependency

trivial-cltl2 (system).

Source

evaled-when.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 evaled-when/evaled-when.asd

Source

evaled-when.asd.

Parent Component

evaled-when (system).

ASDF Systems

evaled-when.


3.1.2 evaled-when/package.lisp

Source

evaled-when.asd.

Parent Component

evaled-when (system).

Packages

evaled-when.


3.1.3 evaled-when/main.lisp

Dependency

package.lisp (file).

Source

evaled-when.asd.

Parent Component

evaled-when (system).

Public Interface
Internals

4 Packages

Packages are listed by definition order.


4.1 evaled-when

Source

package.lisp.

Use List

common-lisp.

Public Interface
Internals

5 Definitions

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


5.1 Public Interface


5.1.1 Macros

Macro: evaled-when ((&rest situations) &body body)
Package

evaled-when.

Source

main.lisp.


5.1.2 Ordinary functions

Function: extract-compile-toplevel-forms (body &optional env processing-mode)
Package

evaled-when.

Source

main.lisp.

Function: parse-situations (situations)
Package

evaled-when.

Source

main.lisp.


5.2 Internals


5.2.1 Ordinary functions

Function: %extract-declarations (declarations-then-body)
Package

evaled-when.

Source

main.lisp.

Function: %process (top-level-form mode env)
Package

evaled-when.

Source

main.lisp.

Function: %process-body (body mode env)
Package

evaled-when.

Source

main.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables