diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-11-07 20:52:05 -0500 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-11-07 20:52:05 -0500 |
commit | 266449b1dd8e5e89887aa84c2d10270cdd6c7936 (patch) | |
tree | 89c446f3d02442c3347b39546424bf5fa3277d9a /README.md | |
parent | 8ff0cf67e113dd94eaa4f2cb9aa7afdac56e9633 (diff) | |
download | ziglings-266449b1dd8e5e89887aa84c2d10270cdd6c7936.tar.gz ziglings-266449b1dd8e5e89887aa84c2d10270cdd6c7936.tar.bz2 ziglings-266449b1dd8e5e89887aa84c2d10270cdd6c7936.tar.xz ziglings-266449b1dd8e5e89887aa84c2d10270cdd6c7936.zip |
Updated README with new scope of Ziglings
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 49 |
1 files changed, 18 insertions, 31 deletions
@@ -111,16 +111,11 @@ to zig-cache/bin with: zig build 19_install ``` -## TODO +## What's Covered -Contributions are very welcome! I'm writing this to teach myself and to create -the learning resource I wished for. There will be tons of room for improvement: - -* Wording of explanations -* Idiomatic usage of Zig -* Additional exercises - -Planned exercises: +I've decide to limit Ziglings to the core language and not +attempt coverage of the Standard Library. Perhaps you can change +my mind? Core Language @@ -154,25 +149,17 @@ Core Language * [x] Sentinel termination * [x] Quoted identifiers @"" * [x] Anonymous structs/tuples/lists -* [ ] Async -* [ ] Working with C? - -Modules and the Zig Standard Library - -* [ ] Imports -* [ ] Allocators -* [ ] Arraylist -* [ ] Filesystem -* [ ] Readers and Writers -* [ ] Formatting -* [ ] Random Numbers -* [ ] Crypto -* [ ] Threads -* [ ] Hash Maps -* [ ] Stacks -* [ ] Sorting -* [ ] Iterators - -The initial topics for these exercises were unabashedly cribbed from -[ziglearn.org](https://ziglearn.org/). I've since moved things around -in an order that I think best lets each topic build upon each other. +* [ ] Async <--- IN PROGRESS! + +## Contributing + +Contributions are very welcome! I'm writing this to teach myself and to create +the learning resource I wished for. There will be tons of room for improvement: + +* Wording of explanations +* Idiomatic usage of Zig +* Maybe additional exercises? + +Please see CONTRIBUTING.md in this repo for the full details. + + |