NextPrevTopContentsIndex

2 A Short Delivery Example

This chapter presents a simple example of Delivery in use. It shows a small, pre-written program being delivered.

There are usually four stages to application delivery: coding, compiling, delivering, and debugging. The example is broken up into these stages and the discussion in each case points to more detailed material later in the manual.

If you would like to try this example delivery out while following the text, you can find a copy of the program in the LispWorks distribution. To locate the pathname of the source file, evaluate the following form in a listener:

(example-file "delivery/hello/hello.lisp")

2.1 Developing the program

2.2 Delivering the program


LispWorks Delivery User Guide - 14 Mar 2008

NextPrevTopContentsIndex