On Tue, Oct 22, 2013 at 4:48 AM, Alexander Popolitov <popolit@gmail.com> wrote:
> Now we have CL swank server and Emacs slime client, which can talk to this
> server. What is missing, is CL client, which is able to talk to swank server.

MCLIDE includes an extensible Swank client written in Common Lisp:

https://github.com/TerjeNorderhaug/mclide/tree/master/mclide/src/swank-client

-- Terje