<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zigling-exercises.git/ziglings, branch main</title>
<subtitle>My copy of the Zigling exercises and their solutions. See the original at https://codeberg.org/ziglings/exercises
</subtitle>
<id>https://git.muftee.net/zigling-exercises.git/atom?h=main</id>
<link rel='self' href='https://git.muftee.net/zigling-exercises.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/'/>
<updated>2021-02-12T04:10:55Z</updated>
<entry>
<title>Use a zig build script to run ziglings</title>
<updated>2021-02-12T04:10:55Z</updated>
<author>
<name>Martin Wickham</name>
<email>spexguy070@gmail.com</email>
</author>
<published>2021-02-12T04:04:36Z</published>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/commit/?id=6e576785c51ce8aca28f490218a6e5a8ba494b4f'/>
<id>urn:sha1:6e576785c51ce8aca28f490218a6e5a8ba494b4f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed incorrect explanation of assignment error (#1)</title>
<updated>2021-02-11T02:44:11Z</updated>
<author>
<name>Dave Gauer</name>
<email>dave@ratfactor.com</email>
</author>
<published>2021-02-11T02:44:11Z</published>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/commit/?id=5b47e8ebe6cee0b89dbfe5a2ee413f83d3b7e4e0'/>
<id>urn:sha1:5b47e8ebe6cee0b89dbfe5a2ee413f83d3b7e4e0</id>
<content type='text'>
It really has nothing to do with the if/else expression. The peer
types are being resolved correctly.  The same error can be produced
with something as simple as:

    var foo = 5;
</content>
</entry>
<entry>
<title>Added Quiz 5 for pointers. Elephants!!!</title>
<updated>2021-02-10T01:15:45Z</updated>
<author>
<name>Dave Gauer</name>
<email>dave@ratfactor.com</email>
</author>
<published>2021-02-10T01:15:09Z</published>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/commit/?id=961cf22b88021e9c62d83bd840fe54f205c45f5f'/>
<id>urn:sha1:961cf22b88021e9c62d83bd840fe54f205c45f5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Moved exercises to exercises because exercises</title>
<updated>2021-02-09T23:36:57Z</updated>
<author>
<name>Dave Gauer</name>
<email>dave@ratfactor.com</email>
</author>
<published>2021-02-09T23:36:57Z</published>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/commit/?id=55ad7c32f2d534b1fbd438204d21738f958c51a5'/>
<id>urn:sha1:55ad7c32f2d534b1fbd438204d21738f958c51a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added Ex. 38-43 for pointers, updated README</title>
<updated>2021-02-09T01:35:28Z</updated>
<author>
<name>Dave Gauer</name>
<email>dave@ratfactor.com</email>
</author>
<published>2021-02-09T01:35:28Z</published>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/commit/?id=cf0920de31e9b5f3c5ba6de19a1b4c8d0c58b907'/>
<id>urn:sha1:cf0920de31e9b5f3c5ba6de19a1b4c8d0c58b907</id>
<content type='text'>
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!
</content>
</entry>
<entry>
<title>Added ex. 37,38 structs</title>
<updated>2021-02-06T20:54:56Z</updated>
<author>
<name>Dave Gauer</name>
<email>dave@ratfactor.com</email>
</author>
<published>2021-02-06T20:54:56Z</published>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/commit/?id=507355ec3b1066c707e19816b86ac1fb56fc0385'/>
<id>urn:sha1:507355ec3b1066c707e19816b86ac1fb56fc0385</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add ex 35,36 enums; updated README</title>
<updated>2021-02-06T14:29:49Z</updated>
<author>
<name>Dave Gauer</name>
<email>dave@ratfactor.com</email>
</author>
<published>2021-02-06T14:29:49Z</published>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/commit/?id=2cded107cd75a4024d9d0f76055ef48432301fad'/>
<id>urn:sha1:2cded107cd75a4024d9d0f76055ef48432301fad</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Inserted ex. 32 unreachable, added quiz4.</title>
<updated>2021-02-04T00:19:31Z</updated>
<author>
<name>Dave Gauer</name>
<email>dave@ratfactor.com</email>
</author>
<published>2021-02-04T00:19:31Z</published>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/commit/?id=738a9f6cda62f3570e44dc93f8e200afc2cc1b51'/>
<id>urn:sha1:738a9f6cda62f3570e44dc93f8e200afc2cc1b51</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adding exs 27-32</title>
<updated>2021-01-31T22:48:34Z</updated>
<author>
<name>Dave Gauer</name>
<email>dave@ratfactor.com</email>
</author>
<published>2021-01-31T22:48:34Z</published>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/commit/?id=c70fa5f58f5ca2dc010f00caee19027069a09131'/>
<id>urn:sha1:c70fa5f58f5ca2dc010f00caee19027069a09131</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added ex 21-26 for error handling</title>
<updated>2021-01-31T01:00:32Z</updated>
<author>
<name>Dave Gauer</name>
<email>dave@ratfactor.com</email>
</author>
<published>2021-01-31T01:00:32Z</published>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/commit/?id=2de8a8c54d7090dd063bed8b6b283c2fcb452e43'/>
<id>urn:sha1:2de8a8c54d7090dd063bed8b6b283c2fcb452e43</id>
<content type='text'>
</content>
</entry>
</feed>
