Invoking Lisp-Stat
Next: A Few Simple
Up: Lisp-Stat
Previous: Getting Lisp-Stat
Let's jump right in and start working.
-
From a Unix shell, type xlispstat. Depending on
which version of xlipstat you've got, you should
a message of the following sort.
XLISP-PLUS version 2.1g
Portions Copyright (c) 1988, by David Betz.
Modified by Thomas Almy and others.
XLISP-STAT 2.1 Release 3.44 (Beta).
Copyright (c) 1989-1994, by Luke Tierney.
>
The > is the prompt.
-
You can fire up xlispstat in a separate xterm. For example,
at the Unix prompt,
you could type:
xterm -e xlispstat &
and an xterm will pop up with xlispstat running in it.
-
You can invoke xlispstat from within emacs. This is definitely
the best way to do it, since it gives you nice interface much
like a Mathematica notebook, with command line editing, history,
scrolling, multiple windows, etc. You can edit a lisp file in
one window and execute commands in another. We will provide
separate instructions for using xlispstat from within
emacs.
Tue Aug 29 09:10:30 MDT 1995