[pro] How to interact with a running lisp instance?
Edi Weitz
edi at weitz.de
Fri Dec 17 19:55:36 UTC 2010
On Fri, Dec 17, 2010 at 8:01 PM, Ala'a Mohammad <amalawi at gmail.com> wrote:
> I just want to point to another possibility, however, it's specific to
> CMUCL using the remote package
>
> http://common-lisp.net/project/cmucl/doc/cmu-user/ipc.html
Now that you mention it, LispWorks has something similar, albeit a bit
more simplistic: Just use (comm:start-up-server :service <some-port>)
and there you are.
http://www.lispworks.com/documentation/lw60/LW/html/lw-578.htm
I usually use the detachtty approach, though.
Edi.
More information about the pro
mailing list