Comment by DannyBee
5 hours ago
Whenever someone writes "with hand-written bindings" I read "will stop working 8 minutes after the next release"
5 hours ago
Whenever someone writes "with hand-written bindings" I read "will stop working 8 minutes after the next release"
There are tools to generate bindings. They probably meant it as a marker of quality.
And in languages like zig or odin which are quite similar to C in many ways, writing bindings to C code really isn’t bad. It is so easy that I decided to write my own bindings in Odin to sqlite - bindings exist but it really was so very easy that I didn’t want to bring in a generator or another dependency.