C library interfaces

Started by ryuo, May 23, 2014, 08:37:07 PM

Previous topic - Next topic

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.

csfreebird

#1
Agree, that tool will make my life easier.

Hope Lutz will support this later.