SLIME: Difference between revisions
Appearance
Content deleted Content added
Corrected URL of Andy Wingo's review |
No edit summary |
||
Line 1: | Line 1: | ||
'''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 |
'''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. |
||
SLIME works with the following Common Lisp implementations: |
SLIME works with the following Common Lisp implementations: |
Revision as of 18:13, 18 July 2007
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.
SLIME works with the following Common Lisp implementations:
- CMU Common Lisp (CMUCL)
- Steel Bank Common Lisp (SBCL)
- OpenMCL
- LispWorks
- Allegro Common Lisp
- CLISP