Y
Hacker News
new
|
ask
|
show
|
jobs
by
Nullabillity
3504 days ago
Just go use Kotlin instead. Much nicer than C#, runs on any JVM.
3 comments
m_fayer
3504 days ago
In some ways it's nicely ahead of C#, but it's still missing some extremely desirable language features, namely async/await/yield.
link
jmfayard
3504 days ago
kotlin 1.1 will have coroutines which cover generators/yield async/await stack-less continuations
https://github.com/Kotlin/kotlin-coroutines/blob/master/kotl...
link
runT1ME
3504 days ago
Kotlin is missing monadic comprehension I'd say it's less powerful than C#.
link
xorxornop
3504 days ago
Much nicer? You mean "at parity"
link
zigzigzag
3503 days ago
The syntax is a lot lighter and more modern than C#
link