TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Vim Slime: A vim plugin to give you some slime. (Emacs)

49 点作者 tolitius大约 13 年前

5 条评论

rincewind大约 13 年前
The name is confusing. Vim-slime does <i>not</i> speak the swank protocol. But another plugin for vim, called slimv, does.<p>You could also use slime in vim with a rube-goldberg-esque combination of eclim (<a href="http://http://eclim.org/" rel="nofollow">http://http://eclim.org/</a>) and CUSP (<a href="http://www.bitfauna.com/projects/cusp/cusp.htm" rel="nofollow">http://www.bitfauna.com/projects/cusp/cusp.htm</a>).
jlongster大约 13 年前
That's not really SLIME. It's more like Emacs' comint-mode which powers all the functionality for sending code around in Emacs.<p><a href="http://emacswiki.org/emacs/ComintMode" rel="nofollow">http://emacswiki.org/emacs/ComintMode</a><p>SLIME is much more than just sending code. It's a full-fledged development environment with commands for inspecting variables, viewing threads, stepping, viewing backtraces, etc.
astine大约 13 年前
Neat, but not quite the same thing as Slime. Slime also, provides hinting and autocompletion based on the running Lisp image, debugging restarts, namespace resolution and other features.<p>This seems more general though, and clearly has the biggest feature nailed.
评论 #3757596 未加载
francoisdevlin大约 13 年前
There's also slimv, another swank client in VIM. Here's a video using it with Clojure<p><a href="https://vimeo.com/38372260" rel="nofollow">https://vimeo.com/38372260</a>
评论 #3758598 未加载
idoh大约 13 年前
I use vim-slime every day and am mainly happy with it. It is a little annoying to have to set up screen for it, I wish I knew how to script screen better but the docs are pretty opaque.
评论 #3758354 未加载