I'm currently reading Practical Common Lisp. The book is great and the language interesting, but I'm not enamored of learning Emacs. I've learned Vim and that's enough text-mode editors for one brain. I don't want to learn another. Double-control commands hurt my head. What's the best non-Emacs solution for programming Lisp on Windows?
5 Answers
Best free and non-emacs Common Lisp IDE is CUSP (IDE for Lisp built on Eclipse platform).
1 Comment
Steve Rowe
I've tried cusp several times and have always had difficulty getting it to actually talk to SBCL.
Try Slime for Vim: http://technotales.wordpress.com/2007/10/03/like-slime-for-vim/ . Works great!
You could also use the Allegro CL environment.