Re: Couldn't find how to build an executable out of Lisp code



Javier wrote:

Frank Buss wrote:

See http://www.sbcl.org/manual/Saving-a-Core-Image.html and
http://clisp.cons.org/impnotes/image.html . Search for "executable" in both
pages. See http://www.frank-buss.de/lisp/clisp.html for getting rid of the
command prompt window for CLISP and Windows.

And, how to make a single executable being able to run without the need
for the user to install SBCL?

I've tried it for CLISP, only, but when you read the SBCL page I mentioned,
it looks like it is possible, too:

| :executable
| If true, arrange to combine the sbcl runtime and the core image to create a
| standalone executable. If false (the default), the core image will not be
| executable on its own.

This should create an executable, which the user can start without any
installation.

--
Frank Buss, fb@xxxxxxxxxxxxx
http://www.frank-buss.de, http://www.it4-systems.de
.



Relevant Pages

  • Re: Couldnt find how to build an executable out of Lisp code
    ... command prompt window for CLISP and Windows. ... I've tried it for CLISP, only, but when you read the SBCL page I mentioned, ... the core image will not be ...
    (comp.lang.lisp)
  • Re: CLISP vs. CMUCL vs. SBCL
    ... > CMUCL: Good, fast compiler. ... What are the best points of CLISP other than portability? ... Between CMUCL and SBCL, how would one choose between these? ... > support CMUCL also seem to support SBCL, ...
    (comp.lang.lisp)
  • Re: Bootstrapping SBCL with CLISP on OS X 10.3.1
    ... > build it using CLISP from Darwin Ports. ... > sure what to fix or how to fix it. ... because while SBCL makes an effort to work in ANSI lisps, ... > compile from x86 Linux to PPC OS X? ...
    (comp.lang.lisp)
  • Bootstrapping SBCL with CLISP on OS X 10.3.1
    ... I have the CVS checkout of SBCL from a few hours ago. ... build it using CLISP from Darwin Ports. ... I used the 'sh make.sh clisp' command. ... I had an older version of SBCL but the upgrade to Panther broke it. ...
    (comp.lang.lisp)
  • Re: more about DEFCLASS vs DEFSTRUCT
    ... I have prepared a battery of tests for the implementations: sbcl, ... ;;Allegro CL 8.1 Free Express Edition ... CLISP and Allegro doesn't make any difference at all. ... (defun check-struc-let-accessor (obj times) ...
    (comp.lang.lisp)