Kotlin Native and GraalVM - The Story So Far

Kotlin Native and GraalVM - The Story So Far

Kotlin Native and GraalVM - The Story So Far

Kotlin Native and GraalVM - The Story So Far:

Did you know that we can compile Java and Kotlin code, even Python to binary native code? We can skip JIT with it and improve start-up times. How can we do that? This is what this article is about!

Comments

Popular posts from this blog

How does concurrency play a role in coroutines?

Tailrec Through The Ages Until Kotlin