NextPrevUpTopContentsIndex

2.1 Starting the environment

On Linux, assuming that you have the lispworks-4450 executable in your path, just type lispworks-4450 in any xterm or command shell window. Under KDE or Gnome, you might want to set up a system menu item to start LispWorks.

On Unix, the supplied image is in the config directory of the LispWorks installation. You may have a configured image elsewhere.

On Linux, the LispWorks environment starts automatically in the supplied image. On Unix, the LispWorks environment starts when the command line argument -env is specified. If -env is not specified, LispWorks will start in terminal ("tty") mode with a prompt similar to the following:

CL-USER 1 >

Type the following Lisp form at the prompt to start the LispWorks environment:

(env:start-environment)

After a short pause, you should see a splash screen, followed by the Podium window. The Podium is shown in The Podium. A Listener window will also appear if your image is configured to start one.

Figure 2.1 The Podium

The Podium window is automatically displayed whenever you start the Common LispWorks environment. Its menu bar gives you access to various commands, as well as all the other tools in the environment. Its toolbar gives you quick access to some of the more convenient menu commands.

Like many other applications, the menu bar contains File , Tools , Windows and Help menus and a LispWorks specific menu named Works . The Works menu contains commands that apply to the current window and also contains menus that allow navigation between tools in the LispWorks environment .

The File menu allows you to open a file in an Editor, or print a file, regardless of which window is active. When the Editor or Listener tool is active, the File menu contains other commands for miscellaneous operations on the file displayed. The Tools menu gives you access to all of the Common LispWorks tools. The Windows menu lists all the active LispWorks windows you have running.

Note: If you wish to exit the Lisp image during this tutorial or at any other time, choose Works > Exit > LispWorks .

2.1.1 The Lisp Monitor


Common LispWorks User Guide (Unix version) - 11 Apr 2005

NextPrevUpTopContentsIndex