On 11 June 2011 17:34, Raymond Toy toy.raymond@gmail.com 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