Page 1 of 1

.

Posted: Sat Mar 03, 2012 4:58 pm
by xibalba
.

Re: Text Editors with CL syntax aides

Posted: Fri Apr 27, 2012 12:14 am
by mortenaa
Well, there is LispIDE http://www.daansystems.com/lispide/ which is very basic, but does what you want.

Re: Text Editors with CL syntax aides

Posted: Fri Apr 27, 2012 4:28 am
by nuntius
None of the CL implementations require using emacs; its just that Slime has put more effort into supporting them than other editors have.

ABLE is a basic GUI editor that works with several free implementations.

Really, any editor that has a framework for stream I/O could interoperate with a free CL implementation. Something like Slime's Swank protocol is only needed if you want stuff like interactive stack traces, tab completion, and function documentation.

Re: Text Editors with CL syntax aides

Posted: Fri Apr 27, 2012 10:05 am
by gugamilare
If you like shining colorful editors, there is Cusp, a plugin for Eclipse.

Re: Text Editors with CL syntax aides

Posted: Fri Jan 04, 2013 1:34 pm
by hayden
I highly recommend Cream (apt-get install cream)

It's a customized install of Gvim and it's wonderful. It has everything I need and so much more.

That being said, I only want syntax highlighting and par edit, but I'm sure it could do more in capable hands, it is vim underneath, after all!

Re: Text Editors with CL syntax aides

Posted: Tue Oct 29, 2013 5:49 am
by findinglisp
If you really want to take the red pill with Lisp, Emacs is the only long-term choice, IMO. It's turtles all the way down from there.