>>>>> "Andrew" == Andrew Strader <[EMAIL PROTECTED]> writes:
Andrew> I downloaded CMUCL-18d, but I am having some trouble getting to work as
If you can, you should probably get version 18e, which fixed a bunch
of bugs.
Andrew> I want it to. The documentation (README and man pages) only contain
Andrew> information on the following switches: -core, -edit, -eval, -init,
Andrew> -hinit, -noinit, -nositeinit, -load, and -slave. That's all very good,
Andrew> but what about compilation? What about running Lisp code from a file
Andrew> instead of in the toplevel? What other parameters are there? Or did I
See compile and compile-file.
You may also want to check out www.cliki.net or alu.cliki.net for
introductory material on Lisp.
Ray