Hacker News new | ask | show | jobs
by fiddlerwoaroof 2383 days ago
I started learning Common Lisp in vim with slimv, which works pretty well. After a while, I switched to emacs with evil-mode, because I could port my vim config to emacs pretty easily by finding emacs plugins for equivalent extensions.
1 comments

Slimv is great. I have recently written a blog post comparing Slimv and Vlime (two SLIME-like plugins for Vim): https://susam.in/blog/lisp-in-vim-with-slimv-or-vlime/.

I posted it to Hacker News too but it did not get enough traction. The comparison table is towards the end of the post. Overall, I prefer Slimv because it supports Scheme and Clojure as well.