Re: lisp exe compiler

amoroso@mclink.it (Paolo Amoroso)
12 May 1997 00:34:22 -0400

          From comp.compilers

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)
| List of all articles for this month |

From: amoroso@mclink.it (Paolo Amoroso)
Newsgroups: comp.compilers
Date: 12 May 1997 00:34:22 -0400
Organization: Paolo Amoroso - Milan, ITALY
References: 97-05-081
Keywords: Lisp

l40128@alfa.ist.utl.pt (delphis) wrote:
> 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 don't know whether this is what you're interested in, but CLiCC
translates a large subset of Common Lisp code into C source which, if I get
things right, you can then turn into a standalone executable with a C
compiler. Check the comp.lang.lisp FAQ for more info.


> Also , where can I found information on building lisp interpreters?


The above mentioned FAQ mentions some useful resources.


--
Paolo Amoroso <amoroso@mclink.it>
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.