Does kotlin work well as a replacement for JS?? I'...
# javascript
j
Does kotlin work well as a replacement for JS?? I'm super interested
e
What do you use JS for primarily?
j
es2015
e
So, server side with node.js? browser? mobile hybrid or native?
j
just front-end
no server side
e
Personally, so far I've only used it for server side, however I think it's great for client side too. If you're looking for that amazing IDE tabcompletion experience, make sure your target JS libraries have typed headers available.
j
I would be using phpstorm, so I hope that's avaliable out of the box
I kind of wish webstorm had php support
I pay for an all product jetbrains license, so I have access to both, it's just a pain having to jump back and forth if I require php
e
I use IntelliJ for Kotlin.
But it's a plugin, so it wouldn't matter I guess.
b
@jecarr33, unfortunately, right now kotlin plugin compatible only with IntelliJ IDEA Android Studio. Eventually, we want to make it compatible with WebStorm but we don’t have any ETA about it yet.
Feel free to vote to the issue https://youtrack.jetbrains.com/issue/KT-2791
j
Thanks @bashor much appreciated