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?
+1
A:
Check out stack overflow question "lispscheme-interptreter-without-emacs"
luapyad
2009-01-06 07:21:39
+4
A:
Best free and non-emacs Common Lisp IDE is CUSP (IDE for Lisp built on Eclipse platform).
dmitry_vk
2009-01-06 18:39:26
I've tried cusp several times and have always had difficulty getting it to actually talk to SBCL.
Steve Rowe
2009-02-08 00:44:05
A:
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.
Amit
2009-02-04 13:17:59