2024-08-28 17:39
I'm teaching a course on Programming Languages this Fall, and I'm going to post the weekly readings on my feed. Follow along if you want to learn how to build a programming language in Rust!
Books:
🗻 Crafting Interpreters: https://craftinginterpreters.com
🦀 The Rust Book: https://doc.rust-lang.org/stable/book/
Week 1 Readings:
🗻 Ch 1-2
🦀 Ch 1-3
⏯ Four Languages from Forty Years Ago - Scott Wlaschin
https://www.youtube.com/watch?v=0fp
ProgrammingLanguages Week 1/14