Skip to content

eudoxia0/lime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Lime

Build Status Coverage Status Quicklisp

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.

Usage

Example

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>

Name

Like SLIME, but without the leading S. No relation to the text editor.

License

Copyright (c) 2015 Fernando Borretti

Licensed under the MIT License.

About

A client for Swank

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published