Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83; site raybed2.UUCP Path: utzoo!linus!raybed2!gxm From: gxm@raybed2.UUCP (GERARD MAYER) Newsgroups: net.lang.lisp Subject: Re: OPS-5 sa question ??? Message-ID: <1015@raybed2.UUCP> Date: Thu, 31-Oct-85 11:14:52 EST Article-I.D.: raybed2.1015 Posted: Thu Oct 31 11:14:52 1985 Date-Received: Sun, 3-Nov-85 07:14:04 EST References: <16700005@uiucuxc>, <312@uwai.UUCP> Organization: Raytheon Co., Bedford MA Lines: 12 When you load a file containing OPS5 rules into OPS5 they are compiled into OPS5. There is no incremental compiler that I know of for OPS5. You can do the edit, load, run cycle as you are doing or you can use the OPS5 top level commands: make, remove, ppwm, wm, pm, & back (lisp version only) to debug while in OPS5. Also if you are doing: %lisp, =>(load 'vps2.l), =>(i-g-v) each time you can do (dumplisp filename) to save the core image of OPS5, and then do %filename to return to the initial OPS5 environment, then load your rule file. Gerard Mayer Raytheon Research Division uucp ..linus!raybed2!gxm