Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the best open source common lisp implementation that works with Eclipse?

I have started working my way through Practical Common Lisp and am looking for a Common LISP implementation that works on Eclipse. It would be nice if it had some kind of IDE integration besides the editor and the REPL (although I'm not sure what that would be). Also, I have Linux, Windows, and OS X, although my primary workstation is a Mac, so OS X support is preferred.

like image 491
Ken Liu Avatar asked Aug 14 '09 03:08

Ken Liu


3 Answers

Cusp is an awesome plug-in. You do not necessarily need to use the SBCL implementation.

Here is the group.

The repository has moved to here.

like image 123
Gutzofter Avatar answered Oct 20 '22 15:10

Gutzofter


Clozure CL offers a MacOS-specific IDE. Not sure whether it's what you want...

like image 38
Leslie P. Polzer Avatar answered Oct 20 '22 16:10

Leslie P. Polzer


The Cusp plugin page recommends SBCL.

like image 35
Vijay Mathew Avatar answered Oct 20 '22 17:10

Vijay Mathew