Quickutilβ

Lisp utilities on demand

Fork me on GitHub
search

There are 1 utilities.

define-constant v1.0

Ensures that the global variable named by name is a constant with a value that is equal under test to the result of evaluating initial-value. test is a function designator that defaults to eql. If documentation is given, it becomes the documentation string of the constant.

Signals an error if name is already a bound non-constant variable.

Signals an error if name is already a constant variable whose value is not equal under test to result of evaluating initial-value.

Provides
define-constant
Source Code