Lisp in Vim - Susam Pal
By Susam Pal on 07 Dec 2019
Introduction
Fifteen years ago, writing Lisp code in Vim was an odd adventure.
There were no good plugins for Vim that assisted in structured
editing of Lisp s-expressions or allowed interactive programming by
embedding a Lisp Read-Eval-Print-Loop (REPL) or a debugger within
the editor. The situation has improved a lot since then. In the
last ten years, we have seen active development of two Vim plugins
named Slimv and
Vlime. Slimv is over
10 years old now. Vlime ...
Read more at susam.net