6.1.1 Special variables

Special Variable: *context*

The current context.

Package

net.didierverna.clon

Source

context.lisp (file)

Special Variable: *copyright-years*

A string denoting the copyright years for the whole project.

Package

net.didierverna.clon.setup

Source

version.lisp (file)

Special Variable: *executablep*

Whether the current Lisp image is a standalone executable.
This information is needed in several implementations to distinguish user options from implementation-specific ones on the command-line.

It is set automatically to T by the ‘dump’ function, which see.
If the image is dumped by ASDF’s program-op, this variable is ignored. In any other case, that is, when dumping via an implementation-specific function, it must be set manually to T just before dumping.

Package

net.didierverna.clon

Source

util.lisp (file)

Special Variable: *release-major-level*

The major level of this release.

Package

net.didierverna.clon.setup

Source

version.lisp (file)

Special Variable: *release-minor-level*

The minor level of this release.

Package

net.didierverna.clon.setup

Source

version.lisp (file)

Special Variable: *release-name*

The name of this release.
The general naming theme for Clon is "Great Jazz musicians".

Package

net.didierverna.clon.setup

Source

version.lisp (file)

Special Variable: *release-status*

The status of this release.

Package

net.didierverna.clon.setup

Source

version.lisp (file)

Special Variable: *release-status-level*

The status level of this release.

Package

net.didierverna.clon.setup

Source

version.lisp (file)

Special Variable: *synopsis*

The current synopsis.

Package

net.didierverna.clon

Source

synopsis.lisp (file)