Xlisp-Stat, the implementation of Lisp-Stat that we will be using, is freely available in source form or, for a few computers, as pre-compiled binaries via the World Wide Web. Point your WWW browser to
http://stat.umn.edu/~rcode/xlispstat-resources.htmland follow the directions. Or you can use anonymous ftp from
stat.umn.edu. The
code is in the directory pub/xlispstat.
At the time of this writing, the latest version
of Xlisp-Stat is 3-44.
The source code for Unix workstations
is contained in the file
xlispstat-3-44.tar.gz. Once you have this you can
uncompress, using
gunzip xlispstat-3-44.tar.gzand then untar, using
tar -xvf xlispstat-3-44.tarThis will unpack the source code in a directory called xlispstat-3-44. Follow the directions in the INSTALL file.