Comparing Implementations of the Monkey Language XI: Going Native (and JS) with Kotlin.
Previously
In the last episode, We review some updates to the performance of several languages and runtimes.
Kotlin Native
Many moons ago, I tried to compile my Kotlin code to Native, but it failed with a Segmentation fault when I tried to run it.
Re...