What Kotlin Does to Your Java
Kotlin does a lot for us in the way of reducing boilerplate. But what is it really doing? (more…)
Read more »
The idea behind the jextract tool is to mechanically generate a set of interfaces from a C header file. Together, these interfaces can be thought of as Java bindings for the native library whose headers has been processed by jextract. These interfaces are… Read more