From: bassam tabbara
Subject: Compile/Interpret from LISP ==> C
Date: 
Message-ID: <35s97d$p49@galaxy.ucr.edu>
Hi everybody,

Is there a Compiler/Interpreter that converts Common Lisp code to
C/C++ ?

Any suggestions would be greatly appreciated.

Thanks.

Bassam.
From: Michael Callahan
Subject: Re: Compile/Interpret from LISP ==> C
Date: 
Message-ID: <35tosf$1e3@magus.cs.utah.edu>
bassam tabbara (·······@ucrengr.ucr.edu) wrote:
: Hi everybody,

: Is there a Compiler/Interpreter that converts Common Lisp code to
: C/C++ ?

: Any suggestions would be greatly appreciated.

: Thanks.

: Bassam.


Embedded Common Lisp (ECo Lisp) and GNU Common Lisp (GCL) both compile
common lisp => C.  Try looking in the FAQ for the ftp sites.

  mike