Hi, Joris van der Hoeven <[EMAIL PROTECTED]> writes:
> I have written my own code to load files using a disk cache. > How can I tell guile that it should load all files and modules > using my code instead of the standard routines? By overriding `primitive-load': (set! primitive-load (lambda (filename) ...)) Hope this helps, Ludovic. _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user