this post was submitted on 03 Jan 2024
11 points (73.9% liked)
Programming
17343 readers
368 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm not a huge fan of Kotlin. Overall it's fine, but in my opinion it tries to do too many cool things. It feels like a playground for language authors.
My view on it as an Android dev: it's a powerful language that has stripped back all the boilerplate and crustiness of Java into concise and expressive functional programming.
I dislike how much I write to say very little in Java.
It does mean that there is a lot more of a learning curve to Kotlin.
Every language is a playground for language authors, that's how they develop.