Earlier quoted context omitted.
I've heard the name. I didn't know you could specifically write Lisp in it. Thanks. Is that the only one?
Emacs is the best. It's written in an old dialect of Lisp itself, and you can customize it and script sequences of actions in it with Lisp. It also has SLIME, which is the Superior Lisp Interaction Mode for Emacs, (see http://common-lisp.net/project/slime/), which is the most amazing IDE I have ever seen for any language, and I've used VS.NET and Eclipse and all the rest. That's for Common Lisp (CL), which you may or…
Scheme - quack.el (http://www.neilvandyke.org/quack/) Not so powerfull as SLIME.
AFAIK there was a support for scheme (scheme48) in SLIME. I don't know a status of it.