Do you think kotlin will break out from the java interop thing and become a cloud native language on its own. Maybe improving upon the memory consumption or need for jvm
🇳🇴 5
p
Pablichjenkov
09/05/2019, 2:01 AM
I think that's the goal. 🎉🎊🍾
You sound struggling with a JVM license or sort of 😁
s
Shawn
09/05/2019, 3:52 AM
not sure what you’re asking? you can run the jvm in containers without licensing issues, kotlin/native provides an LLVM backend, and if nothing else you can use GraalVM to make Native Images
➕ 4
t
thana
09/05/2019, 6:31 AM
furthermore with microprofile we have a project that trys to bring java/the jvm into the cloud
z
zokipirlo
09/05/2019, 7:02 AM
I would be glad if they improve JNI at least, maybe KNI, so it would be more developer friendly.