ASDF and Exports and CLisp
- From: Ramza Brown <berlin.brown@xxxxxxxxx>
- Date: Thu, 28 Jul 2005 12:16:52 -0400
I am curious, what are your thoughts on exposing functions and handling multiple lisp modules that require the use of functions from other files.
'package.lisp'?
(:export #:define-test #:run-all-tests #:run-tests ...
Right now, I just have one file, and doing :export ... and defining as many functions as I can. but I probably forget to reference half of them. Sometimes I get warnings and sometimes I get errors. My question, is there a way to force an error or something if the function exposed?
.
- Follow-Ups:
- Re: ASDF and Exports and CLisp
- From: Ramza Brown
- Re: ASDF and Exports and CLisp
- Prev by Date: Re: My first Lisp contract
- Next by Date: Re: ASDF and Exports and CLisp
- Previous by thread: Amazed by macros working on first attempt
- Next by thread: Re: ASDF and Exports and CLisp
- Index(es):