> cmucl is directly executable but it has only enough > intelligence to load a big lisp.core, which contains > all the smarts.
If these core files aren't generated all *that* often, one could write a tool which would turn a core file into a byte array, link a new lisp executable, and exec() that. I realize that's not an answer to the question as posed, but... Dave Eckhardt
