12 comments

[ 2.6 ms ] story [ 54.4 ms ] thread
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.

This seems more general though, and clearly has the biggest feature nailed.

That's not really SLIME. It's more like Emacs' comint-mode which powers all the functionality for sending code around in Emacs.

http://emacswiki.org/emacs/ComintMode

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.

There's also slimv, another swank client in VIM. Here's a video using it with Clojure

https://vimeo.com/38372260

I use Slimv with Clojure, and love it! You get most of the slime commands, like macroexpand and a REPL in a vim buffer, with doc lookup etc. It even comes packaged with paredit for Vim.

After the most recent bug fixes it has gotten a lot faster, so make sure you get the latest version from https://bitbucket.org/kovisoft/slimv/ - version 0.9.5 on vim.org still has a bug that causes it too slow down.

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.
vim-slime apparently also works with tmux, which has a much more understandable documentation in my experience. Might be worth taking a look?
tmux is something that I've been meaning to take a look at. It's hard once something gets muscle-memoried in though, you know what I mean?
tmux keys all remap pretty nicely. The recent tmux book to come out is pretty decent as an intro primer to tmux, getting you going pretty quick
I believe there's even a "screen-compatible" default config file that ships with tmux.