CodeYourFuture / immersive-go-course

An immersive, introductory course to backend software engineering using go.
https://systems.codeyourfuture.io/
Creative Commons Zero v1.0 Universal
111 stars 94 forks source link

Introduce the idea of interpreting bytes, and underlying byte representations #237

Open illicitonion opened 2 months ago

illicitonion commented 2 months ago

2's complement, and the idea that we can re-interpret bytes from one data-type to another, have come up a few times, and we don't cover them very well. Maybe we should?