Raymond Toy writes:
>>>>> "Craig" == Craig Lanning
<CraigL(a)Knology.net> writes:
Craig> A couple of years ago I used it to compile several small stand alone
Craig> apps. I think that if someone were to pick up CLiCC and finish it (bring
Craig> it up to ANSI Common Lisp compliance), it would probably make a good
Craig> mechanism for developing something like XEmacs almost completely in
Craig> Common Lisp. I intend to do something like this eventually.
Craig> I would have already started, but all the inline comments are in
Craig> German and I don't have the time to learn German just so that I can
Craig> read the comments.
Then why not use gcl then? It's still being actively worked on
(probably in the context of maxima, though). And comments are in
English. (This is what keeps me from hacking on clisp: German
comments.)
Making it fit with xemacs might not be so easy....
The last time I tried gcl it claimed CLtL1 compatibility which doesn't
include CLOS. Has it moved closer to ANSI Common Lisp? I already
have some ideas for how to improve CLiCC (I just don't know where in
the code to put them).
Craig