Understanding Go interfaces by writing Zig
It's been a common theme as I've learning a language that goes to a lower level than the one before. For instance when I learned and started writing Go more often I started to understand things like Memory and Pointers in a lot more depth. It…