hi
Can gambit-c fulfill this requirement? Let's say I have to implement some numerical library, and given some C headers files and description for what the library should do, and the C interface can not be changed for binary compatibility and ABI reason. The library is simply numerical and no IO or system call allowed (except malloc, free, and fprintf for debug). Can Hobbit generate C code that is suitable for linking and embeding in other project? There is no need for an interpreter.
Thanks