sunterlib/s48/heap-images
Anthony Carrico 02699e0409 Add script to change install lib version from 1.2.0 to 1.3.0, and make that change. THIS IS UNTESTED. I have no idea if packages need further changes for 1.3.0. 2012-01-16 03:06:42 +00:00
..
AUTHORS
BLURB
NEWS
README
packages.scm
pkg-def.scm Add script to change install lib version from 1.2.0 to 1.3.0, and make that change. THIS IS UNTESTED. I have no idea if packages need further changes for 1.3.0. 2012-01-16 03:06:42 +00:00
reinitializer.scm

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.

================================================================================

After installation, use the switch

-lel heap-images/load.scm

to load this library.

================================================================================


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.