Title
o

okkero

02/01/2017, 10:26 AM
@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

victortong

02/01/2017, 12:25 PM
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

okkero

02/01/2017, 12:26 PM
šŸ‘
k

kenkyee

02/01/2017, 5:42 PM
They added async await too, though the Syntax is different
It's a lot less verbose than c# ā˜ŗļø
o

okkero

02/02/2017, 7:29 AM
Kotlin takes a more general approach with coroutines. That way, async and await are just library functions :)
v

victortong

02/07/2017, 5:44 AM
I switch to rx with akka.net a while ago. It finally make it into mainstream.