kotlin-native has the option of adopting parts of ...
# kotlin-native
m
kotlin-native has the option of adopting parts of the standardised C++ ABI used by gcc and others. if it did, you could (partially) link kotlin native classes directly against C++ classes, as long as you weren't using fancy C++ features.
o
well, "as long as you weren't using fancy C++ features" is called C, and that's what we do 😉