Marco Antoniotti <marcoxa@cs.nyu.edu> wrote:
+---------------
| Rolf Wester <rolf.wester@t-online.de> writes:
| > Besides this I have another question. I tried to install mk:defsystem, port
| > and cllib (Clips. I downloaded the lisp sources, started Clisp and typed:
| > (compile-file "defsystem.lisp")...
...
| Note that COMPILE-FILE does not necessarily LOAD the file in the
| running image. To be sure that the file (any file is loaded) you have
| to issue
| (compile-file "defsystem.lisp" :load t)
+---------------
While CMUCL seems to have a :LOAD keyword option to COMPILE-FILE,
I don't see such a thing in the version of CLISP I have (or in CLHS,
for that matter). Is it a widely-implemented extension (e.g., ACL, LW)?
-Rob
-----
Rob Warnock, 31-2-510 <rpw3@sgi.com>
SGI Network Engineering <URL:http://reality.sgi.com/rpw3/>
1600 Amphitheatre Pkwy. Phone: 650-933-1673
Mountain View, CA 94043 PP-ASEL-IA
[Note: Please don't use aaanalyst@sgi.com or zedwatch@sgi.com ]