this post was submitted on 22 Jun 2023
7 points (100.0% liked)

Android Development

525 readers
1 users here now

Welcome to the programming.dev Android development community!

The Android robot is reproduced or modified from work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License

founded 1 year ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] lasagna 2 points 1 year ago (1 children)

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.

[–] balder1993 2 points 1 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.