On 11 June 2011 17:34, Raymond Toy <[email protected]> wrote: > Don't know about that. Cmucl has *after-save-initializations* which > is a list of functions to be run when the core is restarted.
SBCL has similar facilities -- *SAVE-HOOKS* is probably the most approriate one. I strongly suspect that all implementations that support saving a core have something like this, and if they don't, they should. Cheers, -- Nikodemus _______________________________________________ asdf-devel mailing list [email protected] http://lists.common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel
