Next Prev Up Top Contents Index

16.1 The basic features of a listener

A listener is created automatically when you start Common LispWorks. You can also create a listener yourself by choosing Tools > Listener from the menu bar on the podium.

 

Figure 16.1 Listener

In the listener view, the main area of the listener contains a prompt in its top left-hand corner.

Rather like the other types of command line prompt, this prompt helps you identify the point in the listener at which anything you type is evaluated. It may also contain other useful information, such as the current package or the current number in the history list. Throughout this chapter, the prompt is shown in pieces of example code as PROMPT > .

You can click the Output tab to display the output view of the listener; this view displays any output that is created by the listener, or any child processes created from the listener..

To familiarize yourself with the listener, follow the instructions in the rest of this chapter, which forms a short lesson. Note that, depending on the nature of the image you are using, and the configuration that the image has been saved with, the messages displayed by Lisp may be different to those shown here.


Common LispWorks User Guide - 14 Dec 2001

Next Prev Up Top Contents Index