The Kotlin type system is amazingly designed. Many features that look like special cases are just a natural consequence of how the type system is designed.

  • @lasagna
    link
    English
    21 year ago

    I loved programming in Kotlin. Even writing a scatter graph module from (almost) scratch was a pleasant experience. That coming from a mostly Pythonic background where I much prefer others doing my work.

    • Baldur NilOP
      link
      English
      21 year ago

      I’m kinda the opposite origin, as most of my career was done using statically-typed and compiled languages. Recently I’ve been looking more into the situations in which dynamic languages can be useful and trying to do little projects using them. I think learning well many languages open your mind to the different possibilities and trade-offs each language does.