Difference between revisions of "SLIME"

From WikEmacs
Jump to navigation Jump to search
(cats)
Line 16: Line 16:
  
 
* [[Clojure]]
 
* [[Clojure]]
 +
* [[Swank-js]] for JavaScript
  
 
There are also clones of SLIME:
 
There are also clones of SLIME:
  
 
* [[SOLID]] for [[Objective Caml]]
 
* [[SOLID]] for [[Objective Caml]]
 +
 +
== See also ==
 +
* [[Nrepl.el]] for Clojure
  
 
== External links ==
 
== External links ==

Revision as of 12:34, 10 December 2012

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:

See also

External links