13

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

5 Answers 5

7

Best free and non-emacs Common Lisp IDE is CUSP (IDE for Lisp built on Eclipse platform).

Sign up to request clarification or add additional context in comments.

1 Comment

I've tried cusp several times and have always had difficulty getting it to actually talk to SBCL.
6

Try LispWorks

Comments

3

Try viper-mode, perhaps.

Comments

3

Limp for Vim.

http://www.vim.org/scripts/script.php?script_id=2219

Comments

1

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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.