Related articles |
---|
lisp exe compiler l40128@alfa.ist.utl.pt (1997-05-08) |
Re: lisp exe compiler creedy@mitretek.org (1997-05-08) |
Re: lisp exe compiler will@ccs.neu.edu (William D Clinger) (1997-05-12) |
Re: lisp exe compiler amoroso@mclink.it (1997-05-12) |
Re: lisp exe compiler bernhard@lucy.cs.waikato.ac.nz (1997-05-13) |
From: | bernhard@lucy.cs.waikato.ac.nz (Bernhard Pfahringer) |
Newsgroups: | comp.compilers |
Date: | 13 May 1997 22:40:53 -0400 |
Organization: | Computer Science, U of Waikato, NZ |
References: | 97-05-081 |
Keywords: | Lisp |
>I would like to know if there is a true lisp compiler, which generates
>executables, but a TRUE compiler, and not something that just puts the
>entire language in the compiler ?
>
>[I've never seen a Lisp that compiled stand-alone executables. Dunno
>why not. -John]
The new release of Harlequin's LispWorks 4.0 might be the closest you
can get to. (http://www.harlequin.com/full/products/sp/lww4.html)
It can produce stand-alone Windows apps that you can freely distribute
without having to pay any royality fees.
Here is a quote from comp.lang.lisp about .EXE sizes:
>Hello world (text) 2.9 MB
>Hello world (popup window) 3.6 MB
>Othello (windowed application) 4.2 MB
>These are .EXE sizes, generated on Windows 95.
Hope that helps,
Bernhard
--
Bernhard Pfahringer
mailto:bernhard@cs.waikato.ac.nz http://www.ai.univie.ac.at/~bernhard
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.