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.
Yes, this is more general and might be useful for other stuff. For an actual slime alternative for vim there is slimv, Superior Lisp Interaction Mode for Vim. http://www.vim.org/scripts/script.php?script_id=2531 I have been toying with Common Lisp using slimv quite successfully.
Comments
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.
Yes, this is more general and might be useful for other stuff. For an actual slime alternative for vim there is slimv, Superior Lisp Interaction Mode for Vim. http://www.vim.org/scripts/script.php?script_id=2531 I have been toying with Common Lisp using slimv quite successfully.