@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
kenkyee
02/01/2017, 5:42 PM
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.