Difference between revisions of "SLIME"

From WikEmacs
Jump to navigation Jump to search
m (sly, a slime fork)
(PORTACLE)
Line 25: Line 25:
  
 
* [https://github.com/capitaomorte/sly/blob/master/README.md#fork SLY]
 
* [https://github.com/capitaomorte/sly/blob/master/README.md#fork SLY]
 +
 +
== Install with Portacle ==
 +
 +
[https://shinmera.github.io/portacle/ Portacle] is a portable and multiplatform development environment for Common Lisp. It's the easiest way to get SBCL + Emacs + Slime + Quicklisp + Git.
 +
 +
== Install with package.el ==
 +
 +
Slime is in GNU ELPA. You can install it with '''M-x package-install RET slime RET'''.
  
 
== See also ==
 
== See also ==

Revision as of 20:50, 26 December 2016

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 and developed as an open-source project by Luke Gorrie and Helmut Eller. Over 100 Lisp developers have contributed code to SLIME since the project was started in 2003. SLIME uses a backend called SWANK that is loaded into Common Lisp.

SLIME works with the following Common Lisp implementations:

Some implementations of other programming languages are using SLIME:

There are also clones of SLIME:

And forks:

Install with Portacle

Portacle is a portable and multiplatform development environment for Common Lisp. It's the easiest way to get SBCL + Emacs + Slime + Quicklisp + Git.

Install with package.el

Slime is in GNU ELPA. You can install it with M-x package-install RET slime RET.

See also

External links