this post was submitted on 05 Jun 2026
101 points (96.3% liked)

Programming

28194 readers
248 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
[–] LovableSidekick@lemmy.world 1 points 2 months ago* (last edited 2 months ago)

I think yes, simple languages are worthwhile as a starting place, because complicated subjects like programming are easier to learn in chunks. With a simple language you can focus on the analytical part of programming and not muddy it up with learning the details of a complex language. When people do it the opposite way they might end up knowing how to use C++ or whatever and think they're programmers, but they don't understand how to break down a problem into logical parts and organize an app - and those are the important skills that make good code.