NextPrevTopContentsIndex

20 The Listener

The Listener is a tool that lets you evaluate Common Lisp expressions interactively and immediately see the results. It is useful for executing short pieces of Common Lisp, and extensive use is made of it in the examples given in this manual. This chapter describes all the facilities of the Listener.

20.1 The basic features of a Listener

20.2 Evaluating simple forms

20.3 Re-evaluating forms

20.4 Interrupting evaluation

20.5 The History menu

20.6 The Expression menu

20.7 The Values submenu

20.8 The Debug menu

20.9 Execute mode

20.10 Setting Listener preferences

20.11 Running Editor forms in the Listener

20.12 Switching to and from other tools

20.13 Help with editing in the Listener


Common LispWorks User Guide (Windows version) - 5 Jul 2006

NextPrevTopContentsIndex