Re: Couldn't find how to build an executable out of Lisp code
- From: Pascal Bourguignon <pjb@xxxxxxxxxxxxxxxxx>
- Date: Sat, 15 Jul 2006 03:09:44 +0200
"Javier" <javuchi@xxxxxxxxx> writes:
Javier wrote:
Not really. The executable doesn't work if you don't have SBCL
installed. It doesn't statically link the libraries of SBCL.
Sorry, I'm wrong, it does work pretty good, except that the executable
does not allow to load any package
This is meaningless, until you implement and show us a function called
LOAD-PACKAGE.
Do you mean my COM.INFORMATIMAGO.COMMON-LISP.PACKAGE:LOAD-PACKAGE?
In Common Lisp, you can only load files, or define/make package, and
both operations can be done in saved images, whether executable or
not, as long as the program doesn't go to extraordinary lengths to
prevent you to do so.
and makes a really big image, about
22Mb only with the basic. Elsewhere, using zip to compress it, the
resulting archive is 7Mb, somewhat acceptable considering that you have
a complete CL system being integrated.
Ah! :-)
--
__Pascal Bourguignon__ http://www.informatimago.com/
In a World without Walls and Fences,
who needs Windows and Gates?
.
- Follow-Ups:
- References:
- Couldn't find how to build an executable out of Lisp code
- From: Pierre THIERRY
- Re: Couldn't find how to build an executable out of Lisp code
- From: Frank Buss
- Re: Couldn't find how to build an executable out of Lisp code
- From: Javier
- Re: Couldn't find how to build an executable out of Lisp code
- From: Frank Buss
- Re: Couldn't find how to build an executable out of Lisp code
- From: Javier
- Re: Couldn't find how to build an executable out of Lisp code
- From: Javier
- Couldn't find how to build an executable out of Lisp code
- Prev by Date: Re: CLOS question
- Next by Date: Re: Amazon used lisp & C exclusively?
- 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
|