Sobeston / zig.guide

Repo for https://zig.guide content. Get up to speed with Zig quickly.
https://zig.guide
MIT License
689 stars 177 forks source link

Updated chapters to link to standard library and documentation. #96

Closed Stromberg90 closed 3 years ago

Stromberg90 commented 3 years ago

Ziglearn is a great in-depth introduction to zig, one thing I missed when reading through it was being able to go straight to the documentation when I see something I was unfamiliar with or wanted to learn more about. I did not link to everything, like primitive types and such and regular loops, since chapter-0 mentions that prior programming experience is assumed.

Sobeston commented 3 years ago

Thanks!