開發common lisp的emacs插件:SLIME

jopen 12年前發布 | 62K 次閱讀 文檔/文本編輯 Lisp
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.
 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!