Delivering CORBA Applications
I just bought LispWorks Enterprise last week, and I've been finding my way around...
I was experimenting with delivering CORBA apps--and with making the delivered apps as small as possible. While trying out various deliver options on the "bank" sample app, I discovered that I couldn't remove the interpreter from the image. A little poking around seemed to indicate that the bank.fsl file, generated by LispWorks from the bank.idl file, contains interpreted rather than compiled code.
Is this a mistake?