newLISP Fan Club

Forum => newLISP in the real world => Topic started by: ryuo on May 23, 2014, 08:37:07 PM

Title: C library interfaces
Post by: ryuo on May 23, 2014, 08:37:07 PM
I have noticed that there already exists functions to import C functions at runtime. Does there currently exist a program which can automate most of the conversion of a C header to the appropriate syntax in newLISP? I have already done some searching, but I have yet to find anything conclusive. I may end up writing one eventually if there is no existing tool. I already know that C is difficult to bind via automation, but it can greatly reduce the tedium of creating a binding or access interface.
Title: Re: C library interfaces
Post by: csfreebird on May 23, 2014, 10:23:30 PM
Agree, that tool will make my life easier.

Hope Lutz will support this later.