ziglings
ziglings | awesome-zig | |
---|---|---|
36 | 4 | |
4,382 | 1,273 | |
0.7% | 1.3% | |
4.3 | 0.0 | |
6 months ago | 6 months ago | |
Zig | ||
MIT License | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ziglings
-
Roadmap to master zig
Master syntax - language possibilities, so that you can read code. Ziglings (or github) does great job teaching it!
-
Problems of C, and how Zig addresses them
I am interested to learn, how Traits in Rust and Interfaces in Go behave differently from this concept.
[1] https://github.com/ratfactor/ziglings/blob/main/exercises/09...
- Learning how to use the Zig build system.
-
What's the reasoning behind the iguana mascot, and why is Zig specifically named so?
Is Zero the space lizard (dinosaur?) with the hammer in the picture in Ziglings' readme? (I like this guy)
-
List of wanted examples?
Yesterday someone introduced me to ziglings, do you mean that? https://github.com/ratfactor/ziglings/tree/main/exercises
- Looking for feedback on new Ziglings Exercise 101 (multi-object 'for' loops and data-oriented design)
-
Curious noob peeks memory and wants to understand it 😅
Hi! I am learning zig through the Ziglings repo. I was messing around exercise 54 where it shows how you can create a pointer to many items instead of a slice:
-
What “sucks” about Zig?
Also, https://github.com/ratfactor/ziglings if you missed it.
-
Ask reddit: What learning resources have taught you the most about zig?
Along with ziglearn, I also found ziglings useful.
- Bun v0.5
awesome-zig
-
Zig seems great but it is still in its infancy.
I assume you got those repos from https://github.com/nrdmn/awesome-zig. I think some of those projects are one off thing for the authors, with no further maintenance/updates planned. Zig is still evolving, so incompatibility with older projects is expected. I personally had to update/fix a few repos I cloned for my testing.
-
Ziglings: Learn the Zig programming language by fixing tiny broken programs
A few folks are working on gameboy emulators: https://github.com/nrdmn/awesome-zig#emulators
-
zig for embedded
Do any of these help you out?
What are some alternatives?
Rustlings - :crab: Small exercises to get you used to reading and writing Rust code!
AdventOfCode2020 - Solutions to all 25 AoC 2020 problems in Rust :christmas_tree:
zig - General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
awesome-by-example - 😎 A curated list of example-based learning resources.
STL - MSVC's implementation of the C++ Standard Library.
awesome-zig - A list of awesome projects related to Zig
rust-koans - Koans for the Rust programming language
xtensa-zig - Zig built against xtensa fork of LLVM for targetting ESP32
nrf-hal - A Rust HAL for the nRF family of devices
awesome-zig - 📜Zig Learning Guide & Project Lists
zls - A Zig language server supporting Zig developers with features like autocomplete and goto definition