Live data from Hacker News

Swift/Java interoperability tools and libraries

twitter.com

1–10 of 23 posts

Re: Swift/Java interoperability tools and libraries

#7

Will be wildly ironic if Apple pulls uno reverse card and eats Kotlin on Android instead of the other way around.

Except contrary to iOS, on Android the C and C++ surface is very small, and calling JNI is a huge performance bottleneck.

Anyone that cares about performance on Android has to write the userspace logic directly in Java or Kotlin, and use Android IPC instead of JNI.

Re: Swift/Java interoperability tools and libraries

#9

Will be wildly ironic if Apple pulls uno reverse card and eats Kotlin on Android instead of the other way around.

Outside of Apple's ecosystem, is anyone using Swift?

Kotlin is growing in all areas, especially backend (being fully embraced by Spring/Spring Boot et al).

Post reply on HN