4

Scala vs Kotlin, which one would you choose, and why?

Comments
  • 4
    Scala

    1) i highly prefer functional
    2) kotlin doesnt have option type
    3) kotlin compiles to disgusting bytecode, i dont know if there are performance issues bc of that but still
    4) an actual ecosystem, not just java libs repackaged
    5) lot more documentation and community support
  • 1
    groovy 😅 no really I mean it
  • 1
    @tekashi great points, thanks :)
  • 0
    @mojo2012 hahaha :D I haven't used Groovy ever though :/ Gotta check.
  • 5
    scala still compiles to the jvm. Same as kotlin. They are both java derivatives. I don't prefer any of them, I just avoid jvm in general.
    Groovy... well, if you really like your curly braces - then groovy will be fine.
  • 1
    Use java !
    Java is cool, i find not only reason to switch to any of its derivatives
  • 1
    If you're ysing JVM, its a pain. Switch to compiled languages and you'll be better off.

    That said, Kotlin looks to be on the upward swing in usage and adoptability, whereas scala appears to be on the downturn... So Kotlin
Add Comment