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
.