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
 

Hello there !

I want to code a little incremental game just for me and some friends, and i started prototyping this in Go (because i know how to use it) but i was thinking that maybe run it in a browser and then use typescript would be better

I have no experience in making games and in javascript, i mostly code for backend and math stuff (my favorite gui is a terminal), and when i need a real gui i use pure html page edited by backend

So i was wondering what would be easier between learning making game in Go, or learning JS/TS for an incremental game (pictures and numbers and text, maybe little animations), and if javascript is still relevant to learn

Thanks !

(Also im a student, so my knowledge of the professional dev world is quite limited, forgive my approximative wording :b)

you are viewing a single comment's thread
view the rest of the comments
[–] kibiz0r@midwest.social 13 points 1 day ago (2 children)

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.

[–] rockerface@lemmy.cafe 5 points 1 day ago

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.

[–] luciole@beehaw.org 5 points 1 day ago (1 children)

A pet project with a sufficient incentive (here, friends) is a perfect opportunity to pick up a new language too!

[–] roux2scour@jlai.lu 2 points 1 day ago

Yeah i was thinking this was the perfect time to learn new things without pressure, thanks for confirming my thought :)