Domain changed to archive.palanq.win . Feb 14-25 still awaits import.
[6 / 2 / ?]

How are language bindings implemented?

No.726143 View ViewReplyOriginalReport
For example I have this small library
>https://pastebin.com/VYfczvQM
>https://pastebin.com/ZQy2UG0d
How to create bindings for this small C library for C++ and Python (for instance)? I'm asking for C++ and Python because I'm familiar with them and the former is similar to C while the latter isn't so I'll see how large are the differences between bindings for distinct languages.