home *** CD-ROM | disk | FTP | other *** search
- INSTALLING OPS5 UNDER MACLISP
- ----------------------------------------------------------------------
-
- The following files are needed to install OPS5 under MACLISP.
- VPS2.MCL -- MACLISP sources for the interpreter.
- TRY5.L -- One-rule system to check whether the
- interpreter has been installed properly.
-
- To install OPS5 on a VAX running MACLISP, first compile vps2.l with
- the lisp compiler. Then run lisp, load the compiled version of the
- interpreter, and then give the following command:
- (i-g-v)
- At that point OPS5 is ready to use.
-
- To check the interpreter, run OPS5 and load TRY5.L. If it is
- working, the interpreter will print the message:
- ops5 installed
-
- The file MAB.L contains a small example OPS5 production system. It
- solves a version of the old Monkey and Bananas problem. To run it,
- load it in and give the commands:
- (make start 1)
- (run)
-