Difference between revisions of "SLIME"

From WikEmacs
Jump to navigation Jump to search
(added to Category:Programming)
m (sly, a slime fork)
(3 intermediate revisions by 2 users not shown)
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]]
 +
 +
And forks:
 +
 +
* [https://github.com/capitaomorte/sly/blob/master/README.md#fork SLY]
 +
 +
== See also ==
 +
* [[Nrepl.el]] for Clojure
  
 
== External links ==
 
== External links ==
Line 35: Line 43:
  
 
[[Category:Lisp]]
 
[[Category:Lisp]]
[[Category:Emacs]]
 
 
[[Category:Programming]]
 
[[Category:Programming]]
 +
[[Category:Popular Package]]
 +
[[Category:Third Party Package]]

Revision as of 12:29, 11 September 2014

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:

See also

External links