iainmerrick 2 days ago

It’s the interop that’s a big deal. The platform is Obj-C (or was, now it’s Swift), most useful non-iOS-specific libraries are C/C++, being able to use Obj-C++ to glue everything together is really convenient. Vastly easier than e.g. JNI on Android.

1
anon6362 1 day ago

There it is. True, it's very painful to wrap C++ code into C libraries (or requiring C calling conventions) where C++ isn't allowed.

Separately, I'm wondering if anyone uses Kotlin Multiplatform and how well that works for iOS development.