Zig Guide
zig.guide
Zig Guide
1–10 of 60 posts
Re: Zig Guide
#2That said, they're not winning on the docs, community and marketing front vs Rust. It's not really apples to apples, but it's a comparison people naturally draw.
Re: Zig Guide
#3Zig is great, played with it a bit to compile to WASM and found it to be pretty easy to work with. That said, they're not winning on the docs, community and marketing front vs Rust. It's not really apples to apples, but it's a comparison people naturally draw.
The unstable part might be why. That said, I’m a little familiar with it as it’s what Bun uses.
Re: Zig Guide
#4Re: Zig Guide
#5Zig is great, played with it a bit to compile to WASM and found it to be pretty easy to work with. That said, they're not winning on the docs, community and marketing front vs Rust. It's not really apples to apples, but it's a comparison people naturally draw.
Obviously, it takes time for a language to get there; I don't really mean this as a criticism. But I'm just not interested in wrapping C libraries while I wait for a zig version. I'd rather just write C. Or work in a language that is there with these kinds of things.
Re: Zig Guide
#6Re: Zig Guide
#7Zig is great, played with it a bit to compile to WASM and found it to be pretty easy to work with. That said, they're not winning on the docs, community and marketing front vs Rust. It's not really apples to apples, but it's a comparison people naturally draw.
Re: Zig Guide
#8Re: Zig Guide
#9Zig is great, played with it a bit to compile to WASM and found it to be pretty easy to work with. That said, they're not winning on the docs, community and marketing front vs Rust. It's not really apples to apples, but it's a comparison people naturally draw.
Re: Zig Guide
#10So far, it feels like though there's been a bunch of things to learn, they all fit together easily in a small mental space. It does generally feel like they've redesigned C for the modern times without going overboard, and succeeded to an admirable degree in the goal of being a simple language.