CLISP & CMUCL: non-interactive execution 
Author Message
 CLISP & CMUCL: non-interactive execution

Hi

With CLISP and CMUCL, is it possible to produce executable files from *.lsp
sources or at least execute the programs non-interactively on systems that
have CLISP and CMUCL installed respectively?

The closest I got to it was:

$ clisp -c bla.lsp
$ clisp

Quote:
>> (load "bla")
>>...

Thanks

Wroot
--



Wed, 02 Jun 2004 15:44:15 GMT  
 CLISP & CMUCL: non-interactive execution

Quote:

> Hi

> With CLISP and CMUCL, is it possible to produce executable files
> from *.lsp sources or at least execute the programs
> non-interactively on systems that have CLISP and CMUCL installed
> respectively?

> The closest I got to it was:

> $ clisp -c bla.lsp
> $ clisp
> >> (load "bla")
> >>...

See <http://www.actrix.gen.nz/users/mycroft/runlisp.html> (CMUCL) or
<http://clisp.sourceforge.net/impnotes.html#quickstart> (CLISP) for
examples.

To produce stand-alone executables you'll need ECLS
<http://ecls.sourceforge.net/> or the commercial (non-trial) versions
of LispWorks or ACL.

Edi.



Wed, 02 Jun 2004 16:51:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Works in CMUCL but not in CLISP

2. Running a shell in CLISP and CMUCL

3. Simple code crashes both CMUCL and CLISP.

4. Bignum in CLISP and CMUCL

5. ECLS/CLISP/CMUCL performance -- revised

6. Why choose Clisp over CMUCL?

7. CMUCL or CLISP?

8. threads in clisp and cmucl

9. EVAL-WHEN question (and maybe a bug in clisp/cmucl)

10. OpenGL/Mesa with CMUCL or CLISP

11. CL (CLISP vs CMUCL) performance on Linux

12. GCL, CLISP and CMUCL

 

 
Powered by phpBB® Forum Software