From: Alain Picard on 18 Dec 2009 22:18 Patrick May <patrick(a)softwarematters.org> writes: > I need to connect to a remote running image and evaluate cl:load > for a particular file on the remote machine. You _do_ know that you can get a local SLIME to talk to a remote SWANK server, right? Or maybe I'm completely misunderstanding what you're trying to do. --ap
From: Patrick May on 19 Dec 2009 12:06 Alain Picard <Dr.Alain.Picard(a)gmail.com> writes: > Patrick May <patrick(a)softwarematters.org> writes: > >> I need to connect to a remote running image and evaluate cl:load >> for a particular file on the remote machine. > > You _do_ know that you can get a local SLIME to talk > to a remote SWANK server, right? Or maybe I'm completely > misunderstanding what you're trying to do. Yes, and I use that feature from Emacs. I would like to accomplish the same thing from Common Lisp (Clozure, in particular) programmatically rather than manually from within Emacs. Regards, Patrick ------------------------------------------------------------------------ http://www.softwarematters.org Large scale, mission-critical, distributed OO systems design and implementation. (C++, Java, Common Lisp, Jini, middleware, SOA)
From: Alain Picard on 19 Dec 2009 18:23 Patrick May <patrick(a)softwarematters.org> writes: > Yes, and I use that feature from Emacs. I would like to accomplish > the same thing from Common Lisp (Clozure, in particular) > programmatically rather than manually from within Emacs. That makes perfect sense. Good luck!
From: Captain Obvious on 20 Dec 2009 18:35 PM> The obvious alternative is to spawn a thread and listen on my own PM> socket for load requests. The alternative would be to use some form of RPC, there are RPC servers and clients for CL, and they are documented.
First
|
Prev
|
Pages: 1 2 Prev: Style, or lack thereof in Graham's ANSI CL Next: run-program and binary input |