Hello,
I am trying to figure out a way to open a Unix process to start a new lisp listener with no dependence on the process that spawns it. Basically, I want to run a program up to a point. Then I want to spawn a new process to run a separate lisp session. (Ideally, I would like to stream a load call to the sessions but if I have to type it in manually, that's fine). The program is hopefully waiting for this process to terminate, destroy the process and continue on from that point. Any help would be fantastic. I have been lost in google, maybe just using improper search words. Thanks, Kevin Tor Penn State University
