Hacker News new | ask | show | jobs
by zamadatix 1699 days ago
I'll be honest there aren't really any complete learning resources even for those that do know C. For what there is the language is changing whatever you read in documentation might not be true between stable and master at the moment. The stdlib source is probably the best reference but even reading strictly from that it doesn't mean you'll learn to make code that works it means you'll learn to make code that's correct. There are plenty of known compiler and language issues on GitHub and the self hosted compiler is still being written.

At the moment since Zig isn't complete you aren't going to find documentation that is either. Particularly for newcomers.