sunterlib/s48/heap-images
Anthony Carrico 5e36d5f02e Added newline. 2004-03-10 17:26:34 +00:00
..
AUTHORS Changed to new package system. 2004-03-10 17:23:45 +00:00
BLURB Added newline. 2004-03-10 17:26:34 +00:00
NEWS Changed to new package system. 2004-03-10 17:23:45 +00:00
README Added reinitializer package 2004-02-12 14:48:39 +00:00
load.scm Changed to new package system. 2004-03-10 17:23:45 +00:00
pkg-def.scm Changed to new package system. 2004-03-10 17:23:45 +00:00
reinitializer.scm Added reinitializer package 2004-02-12 14:48:39 +00:00

README

The package REINITIALIZERS allows the user to specify code that is
executed on every start of scsh, provided a heap image containing the
reinitializer is used.

Procedures:

(make-reinitializer thunk) -> reinitializer

Creates a reinitializer that runs THUNK on every start of the system.
The returned reinitializer should be saved in a global variable to
ensure that it is reachable for the garbage collector and saved in the
heap image.