emacs - 史莱姆有什么好处?

标签 emacs clojure lisp slime

正如我所问here ,我无法让它运行 Aquamacs/slime/clojure,但我可以将 Auqamacs/clojure 与“M-x conjure-mode”一起使用,然后 C-c C-z(运行 clojure)和 C-c C-e(运行表达式)。

我没有使用 SLIME 的经验,但我觉得 C-c C-z 和 C-c C-e 足以用于 lisp/conjure REPL 或调试。

SLIME除了这些特点还有什么特点呢?人们使用 SLIME 做什么?

最佳答案

所以,所以,所以更多。

M-.去定义。

C-c C-k编译当前缓冲区。

M-p & M-n在 REPL 历史中前进和后退。

M-<tab>完成。

调试器。一个很棒的 REPL。

还有更多

史莱姆给了这么多:look at its manual .

设置应该不会太难:this post is a great starting point .

关于emacs - 史莱姆有什么好处?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3343404/

相关文章:

loops - LISP 如何在不使用 LOOP 的情况下编写此函数

git - Emacs + GPG + pinentry.el 进行身份验证

clojure - 从 hashmap 向量构建 condp

lisp - 剪辑 : remove from list of list

java - 从类路径初始化 SUTime 的 JollyDayHoliday,ReflectionLoadingException : Error creating TimeExpressionExtractorImpl

google-app-engine - lein appengine-prepare 失败

lisp - 如何检查所有列表是否都是数字

templates - Emacs的模板引擎?

c - Windows 中的 Emacs C 模式缩进经常停止工作

emacs - 如何在 elisp 中逐个字符地处理缓冲区?