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

Re: compiling multiple files



What you need can be done using the require function (sec 11.8 modules in CLtL)
assuming that the appropriate provide calls have been made, or you can
simply use (eval-when (eval compile) (load ...)) .

 Lee Schumacher
-------