aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
AgeCommit message (Collapse)Author
2022-04-22Bump stable version of Zig in README to correctDave Gauer
2022-03-19Touch up README version changelogDave Gauer
2022-03-19Update sentinel type for v0.10.0Dave Gauer
Fixes .../076_sentinels.zig:95:30: error: incompatible types: 'u32' and '?*const anyopaque': while (my_seq[i] != my_sentinel) {
2021-12-20Add note about older version branchesDave Gauer
2021-12-20Update c_void to anyopaque to fix #84Dave Gauer
2021-11-07Updated README with new scope of ZiglingsDave Gauer
2021-10-09Bumped version requirementDave Gauer
2021-06-30fml wrong linkDave Gauer
so many misteeks
2021-06-30oh shit its markdownDave Gauer
I usually write my READMEs in AsciiDoc.
2021-06-30Note compiler syntax strictness (#60)Dave Gauer
2021-06-14Update version for real :-)Dave Gauer
2021-05-12add ex084 asyncDave Gauer
2021-05-09add ex083 anon listsDave Gauer
2021-05-09Add ex079 quoted identifiersDave Gauer
2021-05-06add ex076 sentinelsDave Gauer
2021-04-30Added ex075 Quiz 8Dave Gauer
2021-04-21add ex069 comptime 4Dave Gauer
2021-04-11update readme with progressDave Gauer
2021-04-10Added ex063 labelsDave Gauer
2021-03-13Many pointers -> many-item pointersDave Gauer
2021-03-12Updated readme post 000 padddDave Gauer
2021-03-10Update README.mdDave Gauer
2021-03-09add ex 55 unionsDave Gauer
2021-03-07"Multi pointers" are now "many pointers"Dave Gauer
TypeInfo.Pointer.Size says "many", so there we are!
2021-03-06Update README with TODONEsDave Gauer
2021-03-02Cleaned up some extraneous whitespace charactersJoseph T Lyons
2021-02-28Added ex 48, additional comment on 46Dave Gauer
2021-02-27New illustration in README!Dave Gauer
Using the "put an image in an issue and link to it on the README" trick to keep the Ziglings repo size down.
2021-02-16Update README so it has THE TRUTHDave Gauer
2021-02-15Second attempt of the second attempt (#14)Dave Gauer
2021-02-15Second attempt at explaining the minimum build (#14)Dave Gauer
2021-02-14Attempt to make the version error and README clearer (#14)Dave Gauer
2021-02-14Make "check and halt" the default for zig build NN (#15)Dave Gauer
The "start with NN" action is now NN_start. Also formatting output for improved clarity (hopefully).
2021-02-14going with this exercise orderDave Gauer
2021-02-13Added additional inspirations for ZiglingsDave Gauer
Ruby Koans is even attributed by rustlings. The Little Schemer is a personal all-time favorite programming book.
2021-02-13Updating README description of projectDave Gauer
Also updated the GitHub project description to: "Learn the Zig programming language by fixing tiny broken programs." I think it sounds more of a fun challenge this way rather than the more academic "learn by doing exercises". I mean, who wouldn't want to come help these "tiny broken programs"?!?
2021-02-12Update README to reflect new version checkingDave Gauer
2021-02-11Use a zig build script to run ziglingsMartin Wickham
2021-02-09Moved exercises to exercises because exercisesDave Gauer
2021-02-08Added Ex. 38-43 for pointers, updated READMEDave Gauer
Added topics beyond the language basics from ziglearn.org to the README. That's a lot of exercises. I'd like to keep it under 100, though!
2021-02-06Added ex. 37,38 structsDave Gauer
2021-02-06Add ex 35,36 enums; updated READMEDave Gauer
I'm changing the order of some more topics. Trying to explain the value of pointers when we're mostly dealing with stack-sized values like integers feels convoluted. So I'm starting with enums (which also has a nice segue from an earlier "switch" exercise). Then structs. Then unions (just in keeping with the order of these items on ziglearn.org) and THEN pointers and multi-pointers and slices.
2021-02-03Inserted ex. 32 unreachable, added quiz4.Dave Gauer
2021-02-03Fixed README instructionsDave Gauer
2021-01-31Adding exs 27-32Dave Gauer
2021-01-22Added ex 19,20 functions and pop quizDave Gauer
2021-01-18Added ex 15,16 for loopsDave Gauer
2021-01-10Added Ex 11-14: while loopsDave Gauer
2021-01-08Added Ex 9,10 for IfDave Gauer
2021-01-05Added Exs. 6,7 stringsDave Gauer