A lot of what I’ve found seems to assume C knowledge, or other things that I just don’t understand. I know a little bit of python, I’ve mostly made small scripts for webscraping/data management/discord bots. My ultimate goal is a gameboy emulator, but plan on making a chip-8 interpreter first along with any other test programs ect I need. There’s a lot of guides and resources for making either of those projects but I need to understand Rust first.

Picking Rust because its modern, memory management seems a lot easier, and I’ve generally heard good things about it. Also heard some errors that cause runtime issues on something like C are caught by Rust’s compiler.