[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Running Programs on Non-Chaos Net Hosts
Using the function NETI:ENABLE-SERIAL-TERMINAL will allow you to create a
Lisp Listener which operates through one of your external ports from which
you can run Lisp programs on your LISPM. There are some problems with this,
such as that this Lisp Listener (which you create) now has affect on your Lisp
world, ie. it becomes the top-level Lisp Listener.
Give it a try and see if that's what you need.
- Jeff Rosenking