Lisp HUG Maillist Archive

'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.



Re: 'Extending' require?

Have you already tried the &optional arg for require and / or *modules* 
specified by the CLHS?
pt


Updated at: 2020-12-10 08:57 UTC