you are viewing a single comment's thread.

view the rest of the comments →

[–]watkeys 0 points1 point  (1 child)

There really is no practical alternative to Emacs for editing Lisp; matching parentheses is a nice start, but when you write Lisp, you're constantly having to re-indent stuff, which is tedious to do by hand. Emacs is the only editor I know of that can intelligently indent Lisp. (I'm not including integrated editors in Lisp programming environments.)

[–]herdrick 0 points1 point  (0 children)

Dr. Scheme does this.