SLIME
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 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.
Original author(s) | Eric Marsden |
---|---|
Developer(s) | Luke Gorrie and Helmut Eller |
Initial release | mid-2003 |
Stable release | |
Repository | |
Operating system | Linux, Solaris, FreeBSD, NetBSD, OpenBSD, Mac OS X, Microsoft Windows |
Available in | Emacs Lisp, Common Lisp |
Type | Source code editor |
License | Public domain software, portions in GPL v2, LGPL, BSD |
Website | common-lisp |
SLIME works with the following Common Lisp implementations:
- CMU Common Lisp (CMUCL)
- Scieneer Common Lisp
- Steel Bank Common Lisp (SBCL)
- Clozure CL (former OpenMCL)
- LispWorks
- Allegro Common Lisp
- CLISP
- Embeddable Common Lisp (ECL)
- Armed Bear Common Lisp (ABCL)
Some implementations of other programming languages are using SLIME:
- Clojure
- JavaScript
- Kawa, a Scheme implementation
- GNU R
- Ruby
- MIT Scheme
- Scheme48
There are also clones of SLIME:
- SOLID for OCaml
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.