[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
require's search path
- To: info-mcl@cambridge.apple.com
- Subject: require's search path
- From: engber@aristotle.ils.nwu.edu (Mike Engber)
- Date: Mon, 4 Nov 91 10:55:43 CST
I'd like to keep all my .fasl file in a single folder (instead of with
their corresponding .lisp file - distributed throughout a hierarchy of
folders)
The problem is that the require search mechanism stops as soon as it
finds either a .lisp or .fasl file. I need it to continue looking - so
that it can find both and load the more recent of the two.
Any suggestions?
-ME