• @[email protected]
    link
    fedilink
    35
    edit-2
    16 days ago

    I just wish every programmer completed the rustlings game/tutorial. Doesn’t take that long.

    I didn’t even fully complete it, and it made me a way better programmer, because it forces you to think RIGHT.

    It may sound weird for people who haven’t experienced it, but it’s amazing when you get angry at the compiler and you realise… It is right, and you were doing something that could f*ck you up 2 months in the future.

    And after a bit of practise, it starts wiring your brain differently, and now my Python code looks so much better and it’s way more safe just because of those days playing around in rustlings.

    So yeah, Rust is an amazing language for everything, but particularly for kernel development. Either Linux implements it, or it’ll probably die in 30 years and get replaced with a modern Rust kernel (Redox OS?).

    • @someacnt_
      link
      615 days ago

      Is rustlings a game? Where can I find it? I can only find a project

      • @[email protected]
        link
        fedilink
        315 days ago

        It is a project! All games are, 😅, just follow the instructions from the README. You’ll be solving Rust exercises on your preferred editor, and get some feedback from a terminal window. It’s great.

        • @someacnt_
          link
          3
          edit-2
          15 days ago

          Welp, that means I set up my neovim with rust as well… will do when I got time!