| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
jopen
12年前发布

开发common lisp的emacs插件:SLIME

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.
开发common lisp的emacs插件:SLIME

项目主页:http://www.open-open.com/lib/view/home/1351089213367

 本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1351089213367.html
文档/文本编辑 Lisp