[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: compiling multiple files
- To: LOOSEMORE
- Subject: Re: compiling multiple files
- From: SCHUMACHER%hplabs.csnet@csnet-relay.arpa
- Date: Tue 3 Sep 85 16:57:21-PDT
- Cc: common-lisp@su-ai.ARPA
- In-reply-to: Message from "SANDRA <LOOSEMORE@UTAH-20@HP-VENUS>" of Mon 2 Sep 85 04:33:30-PDT
- Source-info: From (or Sender) name not authenticated.
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
-------