this post was submitted on 05 Jun 2026
76 points (94.2% liked)

Programming

28134 readers
274 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
 

I have been thinking of learning some programming recently, but I don't feel confident enough. Is there any point in beginning with something like Zig or Go, and switching to something more serious later?

you are viewing a single comment's thread
view the rest of the comments
[–] rostselmasch@lemmygrad.ml 3 points 2 months ago

Why is Go not a serious language? Programming backend stuff is great with it. Especially networking. Reading Go is not hard and in my opinion it is more easy to understand Go code you find from other programmers than Python. Companies are build on Go and people make a living from it. However you need to look into you local job market, where I live there are very few companies looking for Go developers. It is a serious language. But I don't know much about zig, I used it once for CGO.