All Manuals > LispWorks Delivery User Guide > 1 Introduction

NextPrevUpTopContentsIndex

1.2 What do you get with Delivery?

Delivery consists of an extended routine that is called once all the code that your application needs has been loaded in to LispWorks.

To deliver your application, you use the Application Builder tool in the LispWorks IDE, or run LispWorks on the command line with your build file which does all the necessary preparations (normally just loading patches and the application code) and then calls the function deliver.

1.2.1 Programming libraries and facility support code

LispWorks also provides sets of programming libraries and code supporting various other facilities that you may want to use in your application. Some of these facilities are available in the basic LispWorks image, while others are provided as modules and need to be loaded explicitly using require.

See the LispWorks User Guide and Reference Manual for further details.

1.2.2 Functionality removed by delivery

The following general Lisp development functionality is forcibly removed by delivery:

Contact Lisp Sales if you want to build an application which uses these features.


LispWorks Delivery User Guide - 15 Feb 2015

NextPrevUpTopContentsIndex