Re: Lisp executables?
- From: Frank Buss <fb@xxxxxxxxxxxxx>
- Date: Thu, 29 Dec 2005 23:41:02 +0100
J.C. Roberts wrote:
> I want to keep things *very* simple on deployment by not requiring
> configuration tricks or additional installed software (i.e a CL
> implementation). In other words, an application would consist of a
> single, stand-alone executable that would run on a default installation
> of the operating system.
>
> I'm thinking "HelloWorld.exe" simple.
>
> At the moment it *seems* possible with CL, but I'm still trying to
> figure out how/if it could/should be done.
see http://www.frank-buss.de/lisp/clisp.html , but don't use it for
production code, because currently it is experimental. Maybe it will be
included in the next stable CLISP release, if there are enough people
interested in it and when some core developers of CLISP have time to make
production quality code from my hack.
More discussions about the best way how to write native GUI applications
take place in the CL Gardeners mailing list. I'll post again in this
newsgroup when there is something more to see.
--
Frank Buß, fb@xxxxxxxxxxxxx
http://www.frank-buss.de, http://www.it4-systems.de
.
- Follow-Ups:
- Re: Lisp executables?
- From: Timofei Shatrov
- Re: Lisp executables?
- Prev by Date: Re: Quick question: eval and read-from-string scoping
- Next by Date: Re: something i don't understand...
- Previous by thread: Quick question: eval and read-from-string scoping
- Next by thread: Re: Lisp executables?
- Index(es):
Relevant Pages
|