'Extending' require?
Hi, Does anyone know how to extend the search path used by require so that, if I have a directory ~/lisp-lib containing a file foo.fasl so that (require "foo") will cause the file foo.fasl to be loaded? Thanks, Barry Wilkes.
Hi, Does anyone know how to extend the search path used by require so that, if I have a directory ~/lisp-lib containing a file foo.fasl so that (require "foo") will cause the file foo.fasl to be loaded? Thanks, Barry Wilkes.
Have you already tried the &optional arg for require and / or *modules* specified by the CLHS? pt