All Manuals > LispWorks Delivery User Guide > 2 A Short Delivery Example

NextPrevUpTopContentsIndex

2.1 Developing the program

The program we use in the example is:

(in-package "CL-USER")
 
(defun hello-world ()
  (capi:display-message "Hello World!"))

Compile the file to a writable location, load it and test the program by calling (hello-world) .


LispWorks Delivery User Guide - 13 Dec 2011

NextPrevUpTopContentsIndex