+ Jun Chen <[EMAIL PROTECTED]>:
| 1. How can I exit from CMUCL after it started? (ext:quit) - you don't need the package prefix ext: if you're still in the CL-USER package - just (quit) is enough. | 2. Can CMUCL support automatically run a command | script when it starts up? .cmucl-init.lisp in your home directory (see the lisp manual page) There, I answered the easy ones, leaving the harder questions to the real experts. 8-) - Harald
