compiling a Lisp source to exe
Is it possible to compile a Lisp source file to an exe on an x86
machine running Windows?
Using gcc (on Windows) like this: [>gcc -o hello.exe hello.c] will
produce a file that I can run natively. Is it possible to do this same
with a Lisp file?
When I run compile-file I don't get anything I can copy to another
machine (with a Lisp) and run.
Thanks, CC
.
Relevant Pages
- Re: Program compression
... TM> supported by your favorite language (LISP) are good concepts. ... then call the Java compiler to compile that source file to a Class ... TM-STC> Since static type checking makes run-time type checks unnecessary, ... (comp.programming) - Static or runtime type-checking (was: Program compression)
... I know that everything and the kitchen sink has been added to LISP. ... Seed7 seems to be rather limited in what it can easily support. ... list-processing primitives as applied to linked lists (push new ... Only internal types can be checked at compile time. ... (comp.programming) - Re: Lisp2Perl - Lisp to perl compiler
... >>it the function must be evaluated at compile time as well as runtime. ... >>the lisp code into a perl script which can be executed in the normal ... > in the Perl interpreter, then get back to the job at hand. ... >>problem if all it does is define things (functions and macros). ... (comp.lang.perl.misc) - Re: Lisp2Perl - Lisp to perl compiler
... >>it the function must be evaluated at compile time as well as runtime. ... >>the lisp code into a perl script which can be executed in the normal ... > in the Perl interpreter, then get back to the job at hand. ... >>problem if all it does is define things (functions and macros). ... (comp.lang.lisp) - Re: How to load and clear files?
... You can just load new definitions to replace the old ones. ... by the old name in the lisp image, ... CLISP is written in portable C code: you can compile it on almost any ... or:EXECUTE to precise your idea. ... (comp.lang.lisp) |
|