Welcome to week 3 of Reading Club for Rust’s “The Book” (“The Rust Programming Language”).
Have a shot at going through “the reading” and post any thoughts, confusions or insights here “The Reading”
- Chapter 4: “Common Programming
- The Book: https://rust-book.cs.brown.edu/ch04-00-understanding-ownership.html (the special Brown University version with quizzes etc)
The Twitch Stream
- @sorrybookbroke@sh.itjust.works twitch stream on this chapter: https://www.twitch.tv/deerfromsmoke
- Be sure to catch future streams (will/should be weekly: https://www.twitch.tv/deerfromsmoke)
Video Tutorial
Andy Balaam’s videos on PeerTube are great. For this section, see “Rust 101 - 3:Memory and ownership” makes a good companion piece. On PeerTube: https://diode.zone/w/1fEjNoHGUpwP8A2LgKxYLF
What’s Next Week?
Chapter 5 … Using Structs to Structure Related Data Start thinking about challenges or puzzles to try as we go in order to get some applied practice!
- EG, Advent of Code …
- Maybe some basic/toy web apps such as a “todo”
You must log in or register to comment.