Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

CLISP & CMUCL: non-interactive execution

3 views
Skip to first unread message

Wroot

unread,
Dec 15, 2001, 2:44:15 AM12/15/01
to
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")
>>...

Thanks

Wroot
--
Please note: mail sent to wr...@my-deja.com is ignored.

Dr. Edmund Weitz

unread,
Dec 15, 2001, 3:51:00 AM12/15/01
to
Wroot <wr...@my-deja.com> writes:

> 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.

0 new messages