Re: How to use Lisp in C/C++



Hello,

thanks for your hint:
http://ecls.sourceforge.net/
Maybe I'm missing something, but as far as I understood the
documentation of ecls it has pretty much the same functionality as gcl
has regarding the translation to C. Similar to gcl, the generated C
file in not intended to be included into another C/C++ program, but
for generating native object code to load into the Lisp system.
What I am looking for is a compiler to C that allows me to use the
generated C code or object file as part of my own C/C++ program.
Do I miss something here?

Best regards,
Lukas

.