Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!think.com!linus!agate!pasteur!fir.Berkeley.EDU!maverick From: maverick@fir.Berkeley.EDU (Vance Maverick) Newsgroups: comp.lang.lisp Subject: What replaces REQUIRE Message-ID: <10901@pasteur.Berkeley.EDU> Date: 8 Feb 91 00:28:07 GMT References: <21436@hydra.gatech.EDU> <1991Feb7.173601.9840@Think.COM> <11922@helios.TAMU.EDU> Sender: news@pasteur.Berkeley.EDU Reply-To: maverick@fir.Berkeley.EDU (Vance Maverick) Lines: 7 It seems that ANSI is just dropping the module feature. Apparently we are all to roll our own. I quote: "XJ13 commented that the file-loading feature of REQUIRE is not portable, and that the remaining functionality is easily implemented by user code." (CLtLII p.277) This is true but a little unfriendly, and invites portability problems. Vance