Next: Org-Mode, Previous: ILISP Mode, Up: Emacs Lisp [Contents][Index]
http://www.common-lisp.net/project/slime/images2/slime-small.png
SLIME is an Emacs mode for Common Lisp development. SLIME extends Emacs with
support for interactive programming in Common Lisp. While lisp-mode
supports
editing Lisp source files, slime-mode
adds support for interacting with a
running Common Lisp process for compilation, debugging, documentation lookup,
and so on.
lisp-mode
in many ways
https://common-lisp.net/project/slime/
"SLIME is an Emacs mode for Common Lisp development. Inspired by existing systems such as Emacs Lisp and ILISP, we are working to create an environment for hacking Common Lisp in."
slime-mode
An Emacs minor-mode to enhance lisp-mode with:
Common Lisp debugger with an Emacs-based user interface
The Read-Eval-Print Loop ("top-level") is written in Emacs Lisp for tighter integration with Emacs.
SLIME is able to take compiler messages and annotate them directly into source buffers.
Interactive object-inspector in an Emacs buffer.
/opt/local/bin/sbcl
/usr/local/dev/bin/ccl
/opt/local/bin/clisp
/opt/local/bin/abcl
NOTE: fails to install using Xcode 12
Next: Org-Mode, Previous: ILISP Mode, Up: Emacs Lisp [Contents][Index]