Hacker News new | ask | show | jobs
by gibolt 2326 days ago
I would mostly disagree. You get all the Java solutions plus the Kotlin ones. Few languages have that much support.

Within ~2 years, native things will hopefully become sufficient, but the state now isn't gloom and doom.

2 comments

That is exactly the biggest problem with guest languages, instead of being happy with what is already there, they duplicate the eco-system.

So now for every problem we need to consider Java + Guest Language idiomatic libraries + alternative build tools + alternative IDE, across the whole corporation.

Yeah well, it's hard to be happy with what's already there when that's fucking Java.
We use a Dropwizard Application written in Kotlin and I have had a very hard time finding examples and tutorials and have had to translate from Java most of the time.

Ofcourse I am banking on resources improving with time.

Other than that, what's been your experience using kotlin with dropwizard? How would you compare it to Java?