https://github.com/eudoxia0/lime.git
git clone 'https://github.com/eudoxia0/lime.git'
(ql:quickload :lime)
A Swank (SLIME) client for Common Lisp applications, built on swank-protocol. It can be used to connect to a remote or local Swank server, evaluate code, and receive responses for printing to the screen, handling debugger events, etc.
To load and run the REPL example, do this:
(ql:quickload :lime-example)
(lime-example:repl)
It works as you'd expect:
CL-USER> (lime-example:repl)
Starting Swank server...
Connecting...
Swank server running on sbcl 1.2.9
COMMON-LISP-USER> (+ 2 2)
4
COMMON-LISP-USER>
Like SLIME, but without the leading S. No relation to the text editor.
Copyright (c) 2015 Fernando Borretti
Licensed under the MIT License.