Next Prev Top Contents Index

2 A Short Tutorial

This chapter gives you a short tutorial illustrating simple use of some of the major tools in the environment, and attempts to familiarize you with the way that tools can be used to good effect when developing Common Lisp applications.

Note that some of the examples given in this chapter use symbols taken from the CAPI library. Do not worry if you are not familiar with the CAPI (if, for instance, you have been using another library, such as CLIM, to develop your applications). It is not essential that you fully understand the example code used in order to gain benefit from the tutorial. If you wish to learn more about the CAPI, you should refer to the CAPI User Guide and the CAPI Reference Manual , both of which are supplied in electronic form (i.e., as both HTML and PDF files) with your LispWorks software. The LispWorks Help Menu allows you to search all documentation from inside the LispWorks environment.

UNIX implementation note: Before you start working through the tutorial, you should make sure that the DISPLAY UNIX environment variable is set correctly, and that you have started your Lisp image.

To maintain continuity, try to work your way through the whole of this tutorial in one session.

2.1 Starting the environment

2.2 Creating a listener

2.3 Using the debugger

2.4 Viewing output

2.5 Inspecting objects using the inspector

2.6 Examining classes in the class browser

2.7 Summary


Common LispWorks User Guide - 14 Dec 2001

Next Prev Top Contents Index