2

Does anyone have experience with using Kotlin as a front end language? Seems to have excellent JS interop and I really don't want to deal with the garbage fire that is JS or TS 😬

Comments
  • 4
    java/kotlin is an even bigger garbage fire compared to js
  • 0
    @devRancid Is it really? From what I've heard Kotlin is quite good. Maybe minus Gradle
  • 1
    From mobile dev pov, Kotlin is awesome. I have almost no experience with web tough.
  • 2
    You try and tell us how it goes. Been curious about the same thing previously (before I decided I wanted zilch to do with anything JVM related)… nowadays I just go ”Let me write this shit in F# and compile down to {target lang}” coz it’s the least painful that way 🤷🏻‍♂️
  • 1
    One benefit for using Kotlin, would be it's multiplatform capabilities. You could share code between platforms.
Add Comment