开发common lisp的emacs插件:SLIME
jopen
12年前
slime是在 emacs下开发common lisp的插件,现在支持一下 common lisp 方言
- CMU Common Lisp (CMUCL)
- Steel Bank Common Lisp (SBCL)
- Clozure CL (a.k.a. OpenMCL)
- LispWorks
- Allegro CL
- CLISP
- Scieneer CL
- ECL
- Corman CLABCL
所拥有的功能特性:
- slime-mode: An Emacs minor-mode to enhance lisp-mode with:
- Code evaluation, compilation, and macroexpansion.
- Online documentation (describe, apropos, hyperspec).
- Definition finding (aka Meta-Point aka M-.).
- Symbol and package name completion.
- Automatic macro indentation based on
&body
. - Cross-reference interface (WHO-CALLS, etc).
- ... and more.
- SLDB: Common Lisp debugger with an Emacs-based user interface.
- REPL: The Read-Eval-Print Loop ("top-level") is written in Emacs Lisp for tighter integration with Emacs. The REPL also has builtin "shortcut" commands similar those of the McCLIM Listener.
- Compilation notes: SLIME is able to take compiler messages and annotate them directly into source buffers (screenshot).
- Inspector: Interactive object-inspector in an Emacs buffer.