/zig101

Zig101 - Zig studies documented

Primary LanguageZigMIT LicenseMIT

zig101

Zig101 is my documented journey studying the Zig Language as if I was explaining to someone.

Summary

  1. Introduction
  2. Values and Types
  3. Programming Foundations
    • for loops, while loops, conditionals, functions and errors.
  4. Guides
  5. Projects

TODO:

  • Examples
    • Add example.zig for each chapter
  • Chapters
    • Generics
    • Memory
    • Interface
  • Guides:
    • Memory alloc
    • Error Handling
    • Async
    • Types
    • C interop
  • Projects
    • Math Lib
    • Simple OS - Guide
    • Twitch Bot
    • AWS Lambda Implementation
    • Garbage Collector