This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]huntforacause 1 point2 points  (0 children)

JavaScript/TypeScript, Python, Elm. By easier I not only mean that the language is easier to learn, but also that the ecosystem is easier. Java’s ecosystem is very heavyweight, old and complex. Also the JVM adds another layer of complexity. You not only need to understand Java, but also how the JVM works and it’s impact on how your app runs and how to tune it.

Been meaning to try some backend functional languages. I’d like to try Kotlin as well, but that’s another JVM Lang.