[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

require's search path



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