Join Nostr
2026-03-26 19:32:06 UTC
in reply to

deleted account on Nostr: Kotlin is the other 20%. It doesn't have to be. You can instrument the JVM from ...

Kotlin is the other 20%. It doesn't have to be. You can instrument the JVM from Haskell via JNI for all the JNI stuff like the UI, only needing a few shims.

https://github.com/tweag/inline-java/tree/master/jni

The app could be 99% Haskell if it wanted to.