From: Jose Oliveira
Subject: transform a lisp to executable?
Date: 
Message-ID: <3rricv$5dr@master.di.fc.ul.pt>
	How can I transform a program writed in Allegro to an executable 
file called from DOS ??? It's possible???


 	Email: ·······@cc.fc.ul.pt

From: Alex Kilpatrick
Subject: Re: transform a lisp to executable?
Date: 
Message-ID: <3rs36g$459@blackbird.afit.af.mil>
·······@student (Jose Oliveira) wrote:

>	How can I transform a program writed in Allegro to an executable 
>file called from DOS ??? It's possible???


> 	Email: ·······@cc.fc.ul.pt

Under ACL/Win Professional edition, you can make a stand-alone
executable from a Lisp image.  The manual goes through the process in
a fair amount of detail; it involves a bit of tweaking to try to
reduce the size of the image.  Even in a ideal world, though, the size
of the executable is quite large.

And the executable has to be run from Windows, not DOS.

Alex
From: Johannes Schindlin
Subject: Re: transform a lisp to executable?
Date: 
Message-ID: <3s96ic$ep8@winx03.informatik.uni-wuerzburg.de>
There is the possibility to use something like GNU Common Lisp, which trans-
lates lisp code to C.

Ciao,
Dscho
.
From: MORIBUND
Subject: Re: transform a lisp to executable?
Date: 
Message-ID: <3s9a1n$fev@hecate.umd.edu>
>There is the possibility to use something like GNU Common Lisp, which trans-
>lates lisp code to C.
>

Would you know where one can find such a beast (thru FTP) -- PC format would be 
preferable....