philip.armitage@gmail.com> wrote:
+---------------
| I don't want to divert the thread too far away from the OPs original
| question but if one were to develop an IDE in Lisp itself, is it
| acceptable that the IDE is running in the same REPL/image as the Lisp
| system?
+---------------
In addition to the IDEs others have mentioned, CMUCL comes with
[well, you have to download the "cmucl-${platform}.extra.tar.bz2"
tarball and unpack it] a CLX-based editor called "Hemlock" and
a Motif-based graphical debugger, both of which run within the
image you're doing development in. So, yes, it's quite "acceptable".
-Rob
-----
Rob Warnock <rpw3@rpw3.org>
627 26th Avenue <URL:http://rpw3.org/>
San Mateo, CA 94403 (650)572-2607