SLIME

From Wikipedia, the free encyclopedia

Original authorEric Marsden
DevelopersLuke Gorrie
Helmut Eller
Initial releasemid-2003
Stable release
2.32[1] Edit this on Wikidata / 8 December 2025; 2 months ago (8 December 2025)
SLIME
Original authorEric Marsden
DevelopersLuke Gorrie
Helmut Eller
Initial releasemid-2003
Stable release
2.32[1] Edit this on Wikidata / 8 December 2025; 2 months ago (8 December 2025)
Operating systemLinux, Solaris, FreeBSD, NetBSD, OpenBSD, Mac OS X, Windows
Available inEmacs Lisp, Common Lisp
TypeSource code editor
LicensePublic domain software,[2] portions in GPL v2, LGPL, BSD
Websitecommon-lisp.net/project/slime/
Repository

SLIME, the Superior Lisp Interaction Mode for Emacs, is an Emacs mode for developing Common Lisp applications. SLIME originates in an Emacs mode called SLIM written by Eric Marsden. It is developed as an open-source public domain software[2] project by Luke Gorrie and Helmut Eller. Over 100 Lisp developers have contributed code to SLIME since the project was started in 2003.

SLIME follows a client-server architecture, using a backend called Swank that is loaded into Common Lisp. In that regard, it is similar to the Language Server Protocol, which it predates. Some Common Lisp editors use a LSP client for Common Lisp.[3]

SLIME works with the main Common Lisp implementations, such as:

Other programming languages can leverage SLIME with an editor plugin, or have plugins inspired by SLIME:

Remote use

References

Related Articles

Wikiwand AI