generating dll/fasl from delivered application
Is it possible to deliver an application that includes the Lisp compiler and can generate DLL or FASL files? I have a compiler from a non-Lisp language that I'd like to port to Lispworks. My compiler has a matching runtime that's loaded as a DLL into other apps and needs to take generated code and execute it. I vaguely remember that it's not possible for a delivered application to generate DLLs. What about FASLs, though? Thanks, Joel --- http://wagerlabs.com