This is a read-only archive of lispforum.com. The forum was locked to new users and posts and is preserved here as static HTML from a database snapshot taken on 2019-09-07.

Lisp compiler/IDE

5 posts · 1442 views

Any recommendations for a free Lisp compiler/IDE ??

Re: Lisp compiler/IDE

Assuming Common Lisp since this is a CL subforum: good free compilers are SBCL and CCL, and the most commonly used IDE is Emacs with slime.

A Light Lisp IDE

I recommend ABLE. I like it for its simplicity. I think it's the closest to a Lisp based Lisp editor (that's not Emacs) that I know of. From the website: "Version 0.20 was compatible with CCL, SBCL and CLISP." I've run into some problems with the GUI backend and Windows though.
blog.metalight.net

Re: A Light Lisp IDE

Kohath wrote:I recommend ABLE. ... I've run into some problems with the GUI backend and Windows though.
Yes. LTK has had a few issues on MSWin. This thread discusses a couple fixes; they are available in http://ltk.rplay.net/svn/branches/ltk/repl

What other issues have you seen?

Re: Lisp compiler/IDE

I'm using Eclipse and SBCL with the CUSP plugin. Works really well. I like the built in support for ADSF.