Funny story, friend and I were just talking last night about how Java 8 is still used everywhere.

  • Cratermaker@discuss.tchncs.de
    link
    fedilink
    arrow-up
    1
    ·
    6 hours ago

    I used to think C# was like Java but with fresh ideas. I still do, but Kotlin gives it a run for its money. The type system is pretty great. For example, you can use the Elvis operator to return early if something is null, allowing you to use a non-null type afterwards. In C#, nullable annotations feel more “grafted on”, and there are some weird quirks and footguns that Kotlin avoids by being a little smarter about it.