On Tue, Oct 22, 2013 at 4:48 AM, Alexander Popolitov popolit@gmail.com wrote:
Actually, I have a suggestion, how to make testing easier. Now we have CL swank server and Emacs slime slient, which can talk to this server. What is missing, is CL client, which is able to talk to swank server.
Quicklisp contains a Swank client written in Common Lisp. It's canonical repository is: https://github.com/brown/swank-client The library is used by swank-crew, which implements a distributed master / worker computing framework.
Bob