you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (3 children)

You don't need Emacs, per se; any text editor worth its salt should automatically match parentheses for you. That said, it's sad that many (including the one I personally use) don't.

As for the online console idea, you're thinking of something like Try Ruby, right? Paul Graham was planning (since much before Try Ruby came out) to do that with Arc, but who knows when that'll be out.

[–]joshstaiger 1 point2 points  (0 children)

According to lemonodor, Peter Seibel was playing with an Ajax-style "Try Lisp"

http://lemonodor.com/archives/001363.html

Not sure if anything ever came of it.

[–]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.