All Manuals > LispWorks IDE User Guide > 22 The Listener

NextPrevUpTopContentsIndex

22.1 The basic features of a Listener

A Listener is created automatically when you start the LispWorks IDE. You can also create a Listener yourself by choosing Tools > Listener or click on in the Podium.

Figure 22.1 Listener

In the Listener view, the main area of the Listener contains a prompt at the left side of the window.

Rather like the command line prompt in a DOS command window, this prompt helps you identify the point in the Listener at which anything you type is evaluated. It may also contain other useful information, by default this is the current package and the current number in the command history list. If your Listener is in the debugger, as Listener, the prompt also contains a colon followed by an integer indicating how many debugger levels have been entered.

In this chapter, the prompt is shown in most examples simply 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..

As with other tools, commands available in the Works menu of the LispWorks podium are specific to the Listener, when it is the active window.

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.


LispWorks IDE User Guide (Windows version) - 13 Sep 2017

NextPrevUpTopContentsIndex