The first-time-value Reference Manual

This is the first-time-value Reference Manual, version 1.0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 16:25:27 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

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


2.1 first-time-value

Returns the result of evaluating a form in the current lexical and dynamic context the first time it’s encountered, and the cached result of that computation on subsequent evaluations.

Author

Jean-Philippe Paradis <>

License

Public Domain

Version

1.0.1

Source

first-time-value.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 first-time-value/first-time-value.asd

Source

first-time-value.asd.

Parent Component

first-time-value (system).

ASDF Systems

first-time-value.


3.1.2 first-time-value/package.lisp

Source

first-time-value.asd.

Parent Component

first-time-value (system).

Packages

first-time-value.


3.1.3 first-time-value/main.lisp

Dependency

package.lisp (file).

Source

first-time-value.asd.

Parent Component

first-time-value (system).

Public Interface

4 Packages

Packages are listed by definition order.


4.1 first-time-value

Source

package.lisp.

Use List

common-lisp.

Public Interface

5 Definitions

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


5.1 Public Interface


5.1.1 Macros

Macro: first-time-value (form)
Package

first-time-value.

Source

main.lisp.

Macro: first-time-values (form)
Package

first-time-value.

Source

main.lisp.


Appendix A Indexes


A.1 Concepts


A.2 Functions


A.3 Variables