xtensa-zig
Zig built against xtensa fork of LLVM for targetting ESP32 (by Schroedingers-Hat)
ziglings
Learn the Zig programming language by fixing tiny broken programs. (by ratfactor)
xtensa-zig | ziglings | |
---|---|---|
1 | 36 | |
11 | 4,420 | |
- | 0.5% | |
3.9 | 4.3 | |
almost 5 years ago | 8 months ago | |
Shell | Zig | |
- | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
xtensa-zig
Posts with mentions or reviews of xtensa-zig.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-02-13.
-
Ziglings: Learn the Zig programming language by fixing tiny broken programs
Zig is still "not production ready," embedded is still rough, and you might have to contribute to Ziglang itself to get any particular architecture working appropriately. That said, yes people are using Zig a little for embedded stuff:
https://codelv.com/blog/2020/5/using-zig-and-the-stm32h7-to-...
https://www.mdeditor.tw/pl/2Ap9
Xtensa is less supported. M0 might also have some issues: https://github.com/Schroedingers-Hat/xtensa-zig
I've been meaning to try it out for embedded myself; I'll let you know how it goes.
ziglings
Posts with mentions or reviews of ziglings.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-10-08.
-
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
What are some alternatives?
When comparing xtensa-zig and ziglings you can also consider the following projects:
awesome-zig
Rustlings - :crab: Small exercises to get you used to reading and writing Rust code!
awesome-by-example - 😎 A curated list of example-based learning resources.
rust-koans - Koans for the Rust programming language