⚠️ The wording in exercises sometimes isn't clear (see answers)
- Why learn Racket? A student's perspective
- Beautiful Racket book by Matthew Butterick
- Scheme — feel the cool (Andy Balaam)
- Server Racket
- The Little Schemer (also by Matthias)
- The Scheme Programming Language
- The Structure and Interpretation of Computer Programs (see the folder)
If Racket is good for teaching, what are it's downsides for "real" programming?
- Frustrations with Racket
- Applicative- -vs- normal-order with visual examples (See
./sicp/
chapter 1. It's easy to get confused) - How to solve it problem solving methods