home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / e / e051 / 3.ddi / MAC / FILES.MCL < prev    next >
Encoding:
Text File  |  1985-01-07  |  932 b   |  25 lines

  1.                    INSTALLING OPS5 UNDER MACLISP
  2. ----------------------------------------------------------------------
  3.  
  4. The following files are needed to install OPS5 under MACLISP.
  5.     VPS2.MCL  -- MACLISP sources for the interpreter.
  6.     TRY5.L    -- One-rule system to check whether the
  7.              interpreter has been installed properly.
  8.  
  9. To install OPS5  on a VAX running MACLISP, first  compile vps2.l with
  10. the lisp compiler.   Then run lisp, load the  compiled version of the
  11. interpreter, and then give the following command:
  12.     (i-g-v)
  13. At that  point OPS5 is  ready to  use.
  14.  
  15. To  check the  interpreter,  run OPS5  and  load TRY5.L.    If it  is
  16. working, the interpreter will print the message:
  17.     ops5 installed
  18.  
  19. The file MAB.L  contains a small example OPS5 production  system.  It
  20. solves a version of  the old Monkey and Bananas problem.   To run it,
  21. load it in and give the commands:
  22.     (make start 1)
  23.     (run)
  24.  
  25.