https://kotlinlang.org logo
Title
h

holgerbrandl

03/15/2023, 7:45 PM
Just stumbled over https://ttu.github.io/kotlin-is-like-csharp/ . Probably intended by the author of the article, both languages look very similar, but where does Kotlin excel/outperform on a language level compared to C#?
e

elizarov

03/15/2023, 7:55 PM
h

holgerbrandl

03/15/2023, 8:07 PM
Oh swift looks even more similar. :-)
s

Sam

03/16/2023, 10:58 AM
The async/await example in the C# comparison is interesting. It almost looks like the Kotlin example was written to try and match the shape of the C# one, which is sort of missing the point. Highlighting the differences between the two approaches to concurrency would better show off the strengths of Kotlin coroutines.
r

Robert Williams

03/16/2023, 1:30 PM
C# is like Java (they're both like C++ with similar design goals). kotlin is also kind of like Java. Don't think there's any similarities beyond things they both share with Java