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?

  • dogs0n@sh.itjust.works
    link
    fedilink
    arrow-up
    2
    ·
    6 days ago

    If you are learning because you are just interested in this, then I might say go with any language like C/Go where you have real datatypes you can work with.

    C might be a good place to start for a little while where you can learn the fundamentals like data types, logic, etc.

    Once armed with the fundamentals, you can really just go wherever you desire, look at and maybe try a few to see what you like.