Re: Couldn't find how to build an executable out of Lisp code
- From: "Juanjo" <juanjose.garciaripoll@xxxxxxxxxxxxxx>
- Date: 14 Jul 2006 13:37:33 -0700
Pierre THIERRY wrote:
It's surely a FAQ, but I couldn't find in the SBCL documentation how to
compile Lisp code into an executable. is it possible? If not, do other
CL implementations permit this?
ECL definitely supports it. The documentation is rather old, but it is
described in
http://ecls.sourceforge.net/ecldev/devel_2.html#SEC2
and you also find an example in the source tree
http://common-lisp.net/cgi-bin/viewcvs.cgi/ecl/examples/build/readme.lisp?rev=1.1&root=ecl&view=auto
Besides that, you can use ASDF to build both libraries and executables.
http://common-lisp.net/cgi-bin/viewcvs.cgi/ecl/examples/asdf/readme.lisp?rev=1.1&root=ecl&view=auto
And when you distribute a Lisp application, how do your end-users use
it? Do you just use a wrapper script to start Lisp and then your entry
function?
Just an EXE with the DLL available around. More info in the mailing
list
Juanjo
.
- Follow-Ups:
- References:
- Couldn't find how to build an executable out of Lisp code
- From: Pierre THIERRY
- Couldn't find how to build an executable out of Lisp code
- Prev by Date: Re: Amazon used lisp & C exclusively?
- Next by Date: Re: Couldn't find how to build an executable out of Lisp code
- Previous by thread: Re: Couldn't find how to build an executable out of Lisp code
- Next by thread: Re: Couldn't find how to build an executable out of Lisp code
- Index(es):
Relevant Pages
|
|