[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
defsystem
- To: info-mcl@cambridge.apple.com
- Subject: defsystem
- From: ferrante@world.std.com (Richard D Ferrante)
- Date: Wed, 11 Dec 91 22:15:48 -0500
- Cc: ferrante@world.std.com
Is there any support for a construct similar to lisp machine defsystem
which allows definition of code modules and module dependencies for
automatic compilation upon loading?
e.g.
(defsystem my-system
(:module source-macros :consists-of '("macro-1.lisp" "macro-2.lisp")))
(:module module-a :consists-of '("source-1.lisp" "source-2.lisp")
:depends-upon '(source-macros))
any pointers would be appreciated
---
Richard Ferrante
(617)-739-7055
ferrante@world.std.com