Hacker News new | ask | show | jobs
by Allyedge 1224 days ago
I wouldn't recommend JVM for web in 2023, but if you really want to use it, I would at least recommend Kotlin.

It has a better syntax, more up to date tools and is officially supported by JetBrains too. It also has the Ktor framework which is really fun to work with.

3 comments

I wouldn't recommend JVM for web in 2023

Why not? (assuming backend part only)

Kotlin is nothing without the JVM ecosystem, written in Java.
can you elaborate on what “more up to date tools” means in this context?