Next Prev Up Top Contents Index

1.2 What do you get with Delivery?

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

To deliver your application, you run giving it an init file (using the command line option -init ) which does all the required preparations (normally just loading the application) then call the function deliver .

1.2.1 Programming libraries and facility support code


LispWorks Delivery User Guide - 11 Dec 2001

Next Prev Up Top Contents Index