Y
Hacker News
new
|
ask
|
show
|
jobs
by
jpliska
3738 days ago
Have you seen kotlin? Its a cross between java, python and scala for the JVM (and JS - with wrinkles)
1 comments
xaduha
3738 days ago
Everyone should seriously consider using Kotlin, it's here to stay.
link
minionslave
3738 days ago
The only thing I hate it the extra symbols. How to they justify using : val companyName: String = "JetBrains". Instead of string companyName = "Jetbrains" ?
link