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

defsystem



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