Page 1 of 1

The most usable IDE with a lisp variant

Posted: Sun Dec 13, 2009 5:20 am
by PatrickForkin
Hallo again!
As a prophet once said, the questions always come in groups of three; my next, third and last for today is related to the most usable IDE for Lisp. Is there a best choice?
I am looking for an IDE that will guide me through choosing the right program structure and the right LISP functions for my tasks. Again any recomenndations based on good experiences are welcome.
Regards, PatrickForkin.

Re: The most usable IDE with a lisp variant

Posted: Sun Dec 20, 2009 8:40 am
by myst
I'd recommend Emacs with SLIME.

Re: The most usable IDE with a lisp variant

Posted: Sun Dec 20, 2009 7:06 pm
by gugamilare
For Scheme, there is DrScheme and others which I`m not familiar with.

For Common Lisp, there is Emacs+SLIME (as myst already told), which is very flexible and powerful. Something more beginner-friendly would be Cusp (a plugin for Eclipse), Edi Weitz's Starter Pack (wich works with Lispworks, for Windows) or ABLE (ABLE's homepage seems out of order now, maybe it will be available soon).

Among those, the only ones I tested were Emacs+SLIME (which is the one I use) and Cusp, and I would recommend the latter for a beginner, unless you are willing to learn new and different things, in which case I recommend Emacs+SLIME.

Re: The most usable IDE with a lisp variant

Posted: Wed Dec 23, 2009 10:23 am
by xconan
Hello,

I guess Emacs together with SLIME is the best choice.

I also tried Eclipse together with the Dandelion plugin (it is actually bundled with the SBCL Environment) under Linux, but the interface towards SBCL is not really stable. Setting up the whole thing was also rather complex - I had to modify slightly and recompile the Dandelion plugin and also SBCL to make it work, since the downloaded plugin did not support the latest SBCL versions (i.e. > 1.0.27).
So far I have not yet tried Cusp.

Re: The most usable IDE with a lisp variant

Posted: Wed Dec 23, 2009 5:12 pm
by phil
gugamilare wrote:ABLE (ABLE's homepage seems out of order now, maybe it will be available soon).
I had a bit of an accident when I moved servers a while back and never put the site back together as I hadn't worked on the ABLE code for some time. I've not been playing with CL lately so if anyone would like to take over the project then please get in touch with me and I can drop you the most recent tarball.

Otherwise I would also recommend Emacs - there's a certain inevitability that leads one to it in the end :-)

Re: The most usable IDE with a lisp variant

Posted: Fri Dec 25, 2009 11:13 pm
by nuntius
ABLE has a new homepage. The gitweb link is currently broken, but it should be operational soon.

Re: The most usable IDE with a lisp variant

Posted: Tue Feb 16, 2010 9:15 am
by Suroy
I know this is an old thread, but theres a new interesting approach. embedding emacs into gtk. You can use emacs but with some modern conveniences. No lisp specific plugins (I think) but its a possiblity

http://pida.co.uk/