https://kotlinlang.org logo
Title
l

louiscad

04/11/2018, 8:13 AM
I do not have experience in writing in C# at the moment, but it seems like this language is a bit more verbose than Kotlin, hence my question. I got interested in developing on Unity 3D since I saw Google Maps gaming API is coming. I guess I'll try with C# when time comes to play with it then, thank you
b

bj0

04/11/2018, 5:56 PM
I came the other way C# -> Kotlin. It may be a little verbose, but nothing like Java. They are actually very close with avery similar feature set (async/awat, data class, type inference, lambdas, single expression functions, etc). The one thing I wish C# had, though was better "first class functions". It does have higher-order functions and function types but they aren't as nice as Kotlin's
l

louiscad

04/11/2018, 8:13 PM
Thanks for telling me your experience the other way around! I will definitely be more confident when I'll want/need to use C#