diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-04-30 21:35:56 -0400 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-04-30 21:35:56 -0400 |
commit | 65226b5354b77679130073d96ec2d67458ce4b9b (patch) | |
tree | b729e7741c8b67b4deebd10c2ba3603345e49eda /README.md | |
parent | 14480323a67c8c46b875761737df8fe652aa5464 (diff) | |
download | ziglings-65226b5354b77679130073d96ec2d67458ce4b9b.tar.gz ziglings-65226b5354b77679130073d96ec2d67458ce4b9b.tar.bz2 ziglings-65226b5354b77679130073d96ec2d67458ce4b9b.tar.xz ziglings-65226b5354b77679130073d96ec2d67458ce4b9b.zip |
Added ex075 Quiz 8
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
1 files changed, 12 insertions, 10 deletions
@@ -117,6 +117,8 @@ the learning resource I wished for. There will be tons of room for improvement: Planned exercises: +Core Language + * [x] Hello world (main needs to be public) * [x] Importing standard library * [x] Assignment @@ -142,18 +144,24 @@ Planned exercises: * [x] Labelled blocks and loops * [x] Loops as expressions * [x] Builtins -* [ ] Comptime (!) -* [ ] Inline loops +* [x] Inline loops +* [x] Comptime * [ ] Anonymous structs * [ ] Sentinel termination -* [ ] Vectors +* [ ] Suspend / Resume +* [ ] Async / Await +* [ ] Nosuspend +* [ ] Async Frames, Suspend Blocks +* [ ] Working with C? + +Modules and the Zig Standard Library + * [ ] Imports * [ ] Allocators * [ ] Arraylist * [ ] Filesystem * [ ] Readers and Writers * [ ] Formatting -* [ ] JSON * [ ] Random Numbers * [ ] Crypto * [ ] Threads @@ -161,12 +169,6 @@ Planned exercises: * [ ] Stacks * [ ] Sorting * [ ] Iterators -* [ ] Formatting specifiers -* [ ] Advanced Formatting -* [ ] Suspend / Resume -* [ ] Async / Await -* [ ] Nosuspend -* [ ] Async Frames, Suspend Blocks The initial topics for these exercises were unabashedly cribbed from [ziglearn.org](https://ziglearn.org/). I've since moved things around |