Skip Navigation

The beauty of Kotlin type system

kt.academy The beauty of Kotlin type system

How type system makes Kotlin so flexible, safe, and intuitive.

The beauty of Kotlin type system

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.

1
1 comments
  • 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.