home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / program / 17 / xlisp.inf < prev    next >
Encoding:
Text File  |  1988-07-13  |  2.2 KB  |  68 lines

  1. This distribution of xlisp contains the following files:
  2.  
  3. read.me        This file
  4. xlisp.doc    The documentation
  5.  
  6. init.lsp    Required initialization file. Automatically loaded by
  7.         xlisp on startup. Must be in the same folder
  8.         (directory) as xlisp.ttp, unless INITPATH is defined
  9.         in xlisp.h. (INITPATH if the filename for init.lsp
  10.         not the directory name ie. "mypath\\init.lsp" and NOT
  11.         just "mypath\\".
  12.  
  13.         Sample xlisp programs:
  14. art.lsp example.lsp fact.lsp fib.lsp hanoi.lsp hdwr.lsp ifthen.lsp
  15. prolog.lsp queens.lsp queens2.lsp
  16.  
  17. makefile    To make xlisp on the Vax (unix) (also see xlisp.h)
  18.  
  19. ctype.h math.h setjmp.h:
  20.         These .h files are for the St only. When making xlisp
  21.         on the Vax (unix) hide these files by moving them to
  22.         another directory.
  23.  
  24.  
  25. xlisp.h        Edit first line in the file for system type (ST or Unix)
  26.  
  27.     Source
  28. ststuff.c xlbfun.c xlcont.c xldbug.c xldmem.c xleval.c xlfio.c xlftab1.c
  29. xlftab2.c xlglob.c xlinit.c xlio.c xlisp.c xljump.c xllist.c xlmath.c
  30. xlobj.c xlprin.c xlread.c xlstr.c xlsubr.c xlsym.c xlsys.c
  31.         The file ststuff.c is St specific and is not used
  32.         by the Vax (unix) version.
  33.  
  34.  
  35. xlisp.bat xlisp.inp:
  36.     Batch file to link and relmod xlisp on the St
  37.  
  38. How to Make xlisp on the ST
  39.     Compile all the .c files after editing xlisp.h appropriately.
  40. Then link using xlisp.bat. (You will probably have to edit xlisp.bat
  41. to set up the drive designator appropriately for your system). Rename
  42. xlisp.prg to xlisp.ttp.
  43.  
  44. To invoke xlisp from the desktop on the ST double click xlisp.ttp. In the
  45. dialog box enter the name(s) of the file(s) you want loaded (don't enter
  46. the .lsp extention). You may ofcourse choose to supply no filenames in
  47. the dialog box, in which case simply hit <return>. xlisp.ttp will
  48. automatically load init.lsp, and then the file(s).
  49.  
  50. To load a file from the interpreter issue:
  51. (load "filename.lsp")
  52. Notice the ".lsp" extention is required to be entered here.
  53.  
  54. How to Make xlisp on a Vax
  55.     Edit xlisp.h and makefile appropriately and then issue the
  56. command:
  57.     make install
  58.  
  59. Questions: Send electronic mail to the address below.
  60.                 
  61.                 enjoy
  62.  
  63.                     Jwahar R. Bammi
  64.                    Usenet:  .....!decvax!cwruecmp!bammi
  65.                     CSnet:  bammi@case
  66.                  Arpa:  bammi%case@csnet-relay
  67.                CompuServe:  71515,155
  68.