Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!spool.mu.edu!uunet!cme!cam!ARTEMIS From: miller@FS1.cam.nist.gov (Bruce R. Miller) Newsgroups: comp.lang.lisp Subject: Re: defsystem question Message-ID: <2884701867@ARTEMIS.cam.nist.gov> Date: 31 May 91 18:04:27 GMT Article-I.D.: ARTEMIS.2884701867 References: <1991May31.171429.17402@m.cs.uiuc.edu> Sender: news@cam.nist.gov Followup-To: comp.lang.lisp Distribution: comp Organization: NIST - Computing and Applied Mathematics Laboratory Lines: 17 In article <1991May31.171429.17402@m.cs.uiuc.edu>, R. Bharat Rao writes: > > I have a question regarding defsystem (on the TI Explorer's). If you > have defined a system (say PLS) via defsystem, how do you make this > a module within another system. > > The :component-systems option is not quite right as all component > systems are compiled and loaded after the main system has been. I suspect this is very `post MIT' and not in TI's defsystem, but the Symbolics has the capability of specifying module `types' (eg. Lisp, c, font, system ..) So you can have the module: (:module PLS "PLS" (:type :system)) and put it whereever it needs to be.