2 Getting Started

2.1 Loading the CAPI

The CAPI is loaded on demand by LispWorks, so you do not have to take any special measures before using it. If you wish, you can load the CAPI before starting up the environment, and you can save an image containing it. To do so:

1. In the environment type the following into a listener:

(defpackage "TEST" (:use "COMMON-LISP" "CAPI"))
(in-package "TEST")

This creates and loads a package containing all the CAPI commands required to try out the examples in this guide.


CAPI User Guide, Liquid Common Lisp Version 5.0 - 2 OCT 1997

Generated with Harlequin WebMaker