this post was submitted on 15 May 2026
26 points (100.0% liked)
Programming
26955 readers
750 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Absolutely worth it.
Even if you continue to favor Go, I find that the best devs in any language are the devs who know a lot of other languages very well.
That gives them the perspective to understand what any given language does particularly well, so that they can lean into that, and also be aware of paradigms they can borrow from other languages if the use case is appropriate.
Check out Phaser.
Exactly this. The more languages you know, the more you understand how to solve problems independently of the language and the faster you'll pick up new languages.
I've started learning coding from Pascal and Delphi in middle school, then moved to C++ in uni. After that learning Java wasn't that hard, and I've been picking up Python recently. Even learned some VBA for Excel macros that came in handy a few times. And got a bunch of SQL/database management experience along the way.
A pet project with a sufficient incentive (here, friends) is a perfect opportunity to pick up a new language too!
Yeah i was thinking this was the perfect time to learn new things without pressure, thanks for confirming my thought :)