This section discusses the conventions and terminology that are used throughout this manual.
The Common Lisp reference text for Delivery and LispWorks is the ANSI Common Lisp standard. A HTML version of this standard is installed with LispWorks and can be viewed by choosing Help > Manuals from the LispWorks podium and selecting "ANSI Common Lisp Standard". This is referred to as "the ANSI standard" throughout.
Some of the delivery parameters do not apply to all platforms. This is indicated where applicable:
means all supported Microsoft Windows operating systems.
means all supported Linux and FreeBSD operating systems.
means all supported Solaris operating systems running on x86 or x64 hardware. It does not include SPARC hardware.
means a Microsoft Windows dynamic link library.
means a loadable dynamic shared library on any platform, including Windows DLLs.
This manual often refers to example files in the LispWorks library, like this:
(example-edit-fle "delivery/hello/deliver")
These examples are Lisp source files in your LispWorks installation under lib/7-0-0-0/examples/
. You can simply evaluate the given form to view the example source file.
LispWorks Delivery User Guide - 15 Feb 2015