home *** CD-ROM | disk | FTP | other *** search
- This distribution of xlisp contains the following files:
-
- read.me This file
- xlisp.doc The documentation
-
- init.lsp Required initialization file. Automatically loaded by
- xlisp on startup. Must be in the same folder
- (directory) as xlisp.ttp, unless INITPATH is defined
- in xlisp.h. (INITPATH if the filename for init.lsp
- not the directory name ie. "mypath\\init.lsp" and NOT
- just "mypath\\".
-
- Sample xlisp programs:
- art.lsp example.lsp fact.lsp fib.lsp hanoi.lsp hdwr.lsp ifthen.lsp
- prolog.lsp queens.lsp queens2.lsp
-
- makefile To make xlisp on the Vax (unix) (also see xlisp.h)
-
- ctype.h math.h setjmp.h:
- These .h files are for the St only. When making xlisp
- on the Vax (unix) hide these files by moving them to
- another directory.
-
-
- xlisp.h Edit first line in the file for system type (ST or Unix)
-
- Source
- ststuff.c xlbfun.c xlcont.c xldbug.c xldmem.c xleval.c xlfio.c xlftab1.c
- xlftab2.c xlglob.c xlinit.c xlio.c xlisp.c xljump.c xllist.c xlmath.c
- xlobj.c xlprin.c xlread.c xlstr.c xlsubr.c xlsym.c xlsys.c
- The file ststuff.c is St specific and is not used
- by the Vax (unix) version.
-
-
- xlisp.bat xlisp.inp:
- Batch file to link and relmod xlisp on the St
-
- How to Make xlisp on the ST
- Compile all the .c files after editing xlisp.h appropriately.
- Then link using xlisp.bat. (You will probably have to edit xlisp.bat
- to set up the drive designator appropriately for your system). Rename
- xlisp.prg to xlisp.ttp.
-
- To invoke xlisp from the desktop on the ST double click xlisp.ttp. In the
- dialog box enter the name(s) of the file(s) you want loaded (don't enter
- the .lsp extention). You may ofcourse choose to supply no filenames in
- the dialog box, in which case simply hit <return>. xlisp.ttp will
- automatically load init.lsp, and then the file(s).
-
- To load a file from the interpreter issue:
- (load "filename.lsp")
- Notice the ".lsp" extention is required to be entered here.
-
- How to Make xlisp on a Vax
- Edit xlisp.h and makefile appropriately and then issue the
- command:
- make install
-
- Questions: Send electronic mail to the address below.
-
- enjoy
-
- Jwahar R. Bammi
- Usenet: .....!decvax!cwruecmp!bammi
- CSnet: bammi@case
- Arpa: bammi%case@csnet-relay
- CompuServe: 71515,155
-