[go: up one dir, main page]

  • EuroNutellaMan
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ยท
    2 years ago

    No because most tutorials will start from โ€œwrite print(โ€œHello Worldโ€)โ€ and the like without mentioning compiling or where to write it or with whatโ€ฆ

    I didnโ€™t really get into coding until someone guided me through the basics of python, which is an easy language that doesnโ€™t even require compiling. One of the reasons was precisely not knowing where to start.

    • buzziebee
      link
      fedilink
      arrow-up
      5
      ยท
      2 years ago

      Itโ€™s gotten a lot better in recent years tbf in terms of those kinds of resources. Beginner recommended languages like Python are still a pain because itโ€™s super easy for a beginner to bork how they set it up, but on the whole thereโ€™s plenty of online code sandboxes and other ways to get started.

      Your point is definitely valid though. Why on earth would we want someone whoโ€™s just showing an interest in programming to write their own compiler??? Wtf? If someone wants to get into baking you donโ€™t send them out into the fields for 6 months to grow some wheat.

      When I was a kid I mucked around with html and css to make some GeoCities sites. I decided I wanted to learn how to code so I got a book from the library called โ€œhow to code games for beginnersโ€ or something. The thing never told you how to set up an IDE or compile the game. So I was just frustratingly typing out the code examples into notepad without a clue as to what to do. I think this was during the dialup era so it wasnโ€™t like there was a wealth of info online.

      I ended up abandoning programming for quite a few years. It just seemed like nonsense because writing graphics libs for C in notepad does feel like nonsense to a child. I wonder what life would be like if I had some better resources at that moment in time and decided you continue pursuing it.