All Manuals > LispWorks Delivery User Guide > 2 A Short Delivery Example > 2.2 Delivering the program

NextPrevUpTopContentsIndex

2.2.1 Delivering the program using the LispWorks IDE

You can use the Application Builder tool in the LispWorks IDE to deliver your application. This performs the same steps as described in Delivering the program using a command shell, but provides a windowing interface which is easier to use.

To start, you will need a script which loads your compiled application code. This can be as simple as

(in-package "CL-USER")
(example-compile-file "delivery/hello/hello" :load t)

but you can also start with a complete delivery script such as that shown in Delivering the program using a command shell.

For full instructions on using the Application Builder tool, see the LispWorks IDE User Guide .


LispWorks Delivery User Guide - 13 Dec 2011

NextPrevUpTopContentsIndex