top | item 44041342

(no title)

masijo | 9 months ago

Man, this FFI looks extremely clean!

discuss

order

andersmurphy|9 months ago

Author here.

I have zero C experience and I have to say the coffi library (clojure macros that wrap Java 22's Panama FFI) is super slick. Next thing I know I'm using pointers and arenas. I'm still amazed that it all works.

To be fair the SQLite C API docs are incredible and made the whole experience much more enjoyable.