Jun Chen <[EMAIL PROTECTED]> writes:

> 1. How can I exit from CMUCL after it started?

(ext:quit) is your friend.

> 2. Can CMUCL support automatically run a command
> script when it starts up? 

CMUCL loads the file ~/.cmucl-init.lisp after startup.  Put your
customizations into that file.  

To load other files, start CMUCL like this:
 
  cmucl -load my-init-run.lisp

See the manual for other command line options.

> 3. I am going to call C function from CMUCL. I input
> the �Step-by-Step Alien 
> Example� in the chapter 8 .8 of user manual, but I met
> two problems. 

I cannot reproduce your problems.  The example from the manual works
fine for me.  Perhaps someone else knows something about this.

Helmut.

Reply via email to