this post was submitted on 08 Aug 2026
64 points (98.5% liked)
Programming
28153 readers
307 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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Kotlin Multiplatform because I'm unemployed, and Kotlin is a nice language and it's been decades since I haven't done a mobile application (the last ones were in Java for Android and Objective-C for the iPhone).
I haven't used Kotlin for years but I did do a $WORK project in it once. I prefer co-routines in Kotlin to using
asyncin Rust (which makes sense because it is a higher level language with a garbage collector). I also like how easy it is to write Domain Specific Languages (DSLs) in Kotlin.Good luck with the job search. Its hard out there at the moment.
Thanks!