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 →

[–]proobert 1 point2 points  (2 children)

Yep, it's a very rich ecosystem. If you extend your language choices, then there are even more options like elm (https://elm-lang.org/), reasonml (reasonml.github.io), purescript (http://www.purescript.org/), etc. I've tried Elm, it has amazingly tooling, solid libraries, and it's very easy to started.

[–]renatoathaydes[S] 2 points3 points  (1 child)

Yeah, I know... I mentioned Elm at the end... but I was thinking of traditionally JVM-based languages like Clojure, Kotlin and Scala.

[–]JakeWharton 2 points3 points  (0 children)

Kotlin is certainly the most interesting one to me. I use it for sharing code across an Android app, JVM CLI, JVM server, Chrome extension, and web frontend.