Whew! This is making our old (Java) compiler more inscrutable, but it works. I can make
FLET simply by making a minor tweak in the
LABELS code. A bonus for doing all that work was that several other bugs disappeared. With the new
DEFSTRUCT working well, I can get on with making the new compiler. Being able to make a Lisp compiler in Lisp is a small (or bigger?) milestone.
Hi,
ReplyDeleteDo you know if using CLJava, I can compile and execute a LISP program?
Do you have some example?
I have a project coded into LISP and I want to compile and execute into Java, because I need to add some Swing interface. Can you help me?
Thanks