How to start using Kotlin for JavaScript?

Hello!

Is it possible to write code in Kotlin, which is then translated to JavaScript (thus avoiding writing JavaScript) ?

If yes, are there any tutorials for learning, how to do it?

Thanks

Dmitri Pisarenko

1 Like

Yes, it’s possible.

You can start from here.
Other interesting links (probably some are old):
https://kotlinlang.org/docs/tutorials/command-line-library-js.html

http://www.indiepig.com/blog/kotlin-hello-js.php
http://www.yested.net/sample-page

1 Like