<@U3Z9W7YTU> That's interesting. You really think ...
# getting-started
o
@victortong That's interesting. You really think Kotlin feels like C#? I don't think I'd ever use Kotlin if it felt like C# to me. Coming from C# to Kotlin is one heck of a relief.
👍 1
v
okkero: Yeah, most of the features are pretty on spot, I use extension method a lot and passing function around make it easy for me. Resharper keymap is the same as ideas and it works.
o
👍
k
They added async await too, though the Syntax is different
It's a lot less verbose than c# ☺️
o
Kotlin takes a more general approach with coroutines. That way, async and await are just library functions :)
v
I switch to rx with akka.net a while ago. It finally make it into mainstream.