top | item 43337173

(no title)

acomagu | 11 months ago

Personally, I want to know why Go was chosen instead of Zig. I think Zig is really more WASM-friendly than Go, and it's much more similar to JavaScript than Rust is.

Memory management? Or a stricter type system?

discuss

order

throw16180339|11 months ago

Zig isn't memory safe, has regular breaking changes, and doesn't have a garbage collector.

commandersaki|11 months ago

First reason in my mind is there isn't an abundance of Zig programmers internally in Microsoft, in the job market, and in open source. It's probably a fine choice if you're using it for your passion project e.g. Hashimoto.

smarx007|11 months ago

For being production-ready?

pjmlp|11 months ago

Zig still isn't production ready and isn't memory safe as Go, most likely.