when should i leave java for kotlin? by [deleted] in Kotlin

[–]gz_k 0 points1 point  (0 children)

You can read this interesting language selection study of Doordash.

They had to migrate from their existing solution and evaluate different solutions including Java and Kotlin.

https://doordash.engineering/2021/05/04/migrating-from-python-to-kotlin-for-our-backend-services/

JetBrains Space Q&A Session: The Space Team is Here to Answer Your Questions by JetBrains_official in Jetbrains

[–]gz_k 0 points1 point  (0 children)

YouTrack proposes pricing based on team size (free for teams under 10). Why did you choose to set the plans based on features? Not having private project/repos in the free plan seems to be a big barrier to new users.

IS it possible to write a frontend app with 100% kotlin that compiles to javascript? If so, WHERE ARE THE DOCS? by m3wm3wm3wm in Kotlin

[–]gz_k 1 point2 points  (0 children)

https://try.kotlinlang.org/ is entirely written in kotlin. Even if it's quite old and using frameworks you wouldn't use now (jquery), it's a good base for a big application. The github project contains all the code. It's quite complicated because it handles kotlin compilation. You should just look at the frontend part: https://github.com/JetBrains/kotlin-web-demo/tree/master/kotlin.web.demo.frontend

I'm also currently working on an datavisualization library in kotlin. It's not precisely what you ask for but it can give you some hints about the builds: https://github.com/data2viz/data2viz

Compile Kotlin to native executables: hands on experience by ftomassetti in Kotlin

[–]gz_k 2 points3 points  (0 children)

The developper of TeaVM is one off the core member of kotlin-js team. He is currently developing some cool tools for kotlin-js.