Re: compiling a Lisp source to exe
- From: Vend <vend82@xxxxxxxxxxx>
- Date: Tue, 30 Sep 2008 01:17:29 -0700 (PDT)
On 29 Set, 20:31, cartercc <carte...@xxxxxxxxx> wrote:
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.
Which Lisp language are you using?
If it's Scheme then many implementations allow you to compile to
standalone executables, usually via intermediate C files.
.
- References:
- compiling a Lisp source to exe
- From: cartercc
- compiling a Lisp source to exe
- Prev by Date: Re: RFC 1037 NFILE implementations around?
- Next by Date: Re: Lisp Design Patterns
- Previous by thread: Re: compiling a Lisp source to exe
- Next by thread: effective slot definitions
- Index(es):
Relevant Pages
|