![](https://secure.gravatar.com/avatar/5cd0acc03793e7944454dbb533bbfe43.jpg?s=120&d=mm&r=g)
11 Jun
2011
11 Jun
'11
3 p.m.
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