lots of people into zig this morning apparently!
Zig by Example
11–20 of 109 posts
Re: Zig by Example
#12I like Zig but stopped learning it when I realized that all project based on it requires a specific version of the compiler to build.
Re: Zig by Example
#13I like Zig but stopped learning it when I realized that all project based on it requires a specific version of the compiler to build.
I would be interested to learn why that is a problem. As a new Rust learner, I am curious.
Re: Zig by Example
#14Re: Zig by Example
#15I like Zig but stopped learning it when I realized that all project based on it requires a specific version of the compiler to build.
Until then, use mise, nix, docker, or something similar. (You should be doing this anyway for projects in all languages if you care about them building on anyone's machine other than your own.)
Re: Zig by Example
#16Looking for a resource (MCP, CLI, Skill, ...) that would improve Zig support in LLMs. Currently, doing something with Zig as a target language would spend many more tokens and produce subpar results.
Re: Zig by Example
#17Looking for a resource (MCP, CLI, Skill, ...) that would improve Zig support in LLMs. Currently, doing something with Zig as a target language would spend many more tokens and produce subpar results.
If you worked through this and learnt to use zig, your token usage would be even lower!
Re: Zig by Example
#18Is this much different than ziglings?
Re: Zig by Example
#19I like Zig but stopped learning it when I realized that all project based on it requires a specific version of the compiler to build.
I would be interested to learn why that is a problem. As a new Rust learner, I am curious.
Re: Zig by Example
#20Examples target Zig 0.14. Been some significant changes since then, not least to printing and formatting (see writergate).