.

Discussion of other useful tools
Post Reply
xibalba
Posts: 12
Joined: Thu Feb 24, 2011 2:24 pm

.

Post by xibalba » Sat Mar 03, 2012 4:58 pm

.
Last edited by xibalba on Fri Nov 27, 2015 6:20 pm, edited 1 time in total.

mortenaa
Posts: 3
Joined: Sun Dec 06, 2009 5:34 am

Re: Text Editors with CL syntax aides

Post by mortenaa » Fri Apr 27, 2012 12:14 am

Well, there is LispIDE http://www.daansystems.com/lispide/ which is very basic, but does what you want.

nuntius
Posts: 538
Joined: Sat Aug 09, 2008 10:44 am
Location: Newton, MA

Re: Text Editors with CL syntax aides

Post by nuntius » Fri Apr 27, 2012 4:28 am

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.

gugamilare
Posts: 406
Joined: Sat Mar 07, 2009 6:17 pm
Location: Brazil
Contact:

Re: Text Editors with CL syntax aides

Post by gugamilare » Fri Apr 27, 2012 10:05 am

If you like shining colorful editors, there is Cusp, a plugin for Eclipse.

hayden
Posts: 7
Joined: Fri Jan 04, 2013 1:27 pm

Re: Text Editors with CL syntax aides

Post by hayden » Fri Jan 04, 2013 1:34 pm

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!
/prog/'s fibonacci sort

findinglisp
Posts: 447
Joined: Sat Jun 28, 2008 7:49 am
Location: Austin, TX
Contact:

Re: Text Editors with CL syntax aides

Post by findinglisp » Tue Oct 29, 2013 5:49 am

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.
Cheers, Dave
Slowly but surely the world is finding Lisp. http://www.findinglisp.com/blog/

Post Reply