Start learning at 50

I’ve always wanted to learn programming. I’ve read a blog post saying that at this age it was to late . Then I read a post here in saying the opposite. I’ve found a site that was learn x in y minutes where it has a bunch of languages there. After reading them, the languages that caught my attention were Julia, Clojure and Go. Are any of these good for a beginner or should I start with something else? I know what are variables, can spot an if/else statement but that’s about it. What are some good resources for someone like me who likes to learn by doing things?

  • ScampiLover@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    1 month ago

    People look down on Javascript (and therefore Typescript) but as someone who learned by doing I think its a really good option

    Once you get past the hello world phase you can take it any direction you want: websites/apps, command-line stuff, desktop apps you name it. Just avoid the trap of getting sucked into specific frameworks or loads of tooling early on and learn the language

    W3schools is a great resource and you can do the examples and exercises right there in your browser