Page 1 of 1

C library interfaces

Posted: Sat May 24, 2014 3:37 am
by ryuo
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.

Re: C library interfaces

Posted: Sat May 24, 2014 5:23 am
by csfreebird
Agree, that tool will make my life easier.
Hope Lutz will support this later.