(no title)
vntx | 2 years ago
Seriously, I think this question is worth asking. Why was Zig chosen as the language when it’s not even stable, and what implications does this have for the long term viability of the project (besides the fact that its _fast_)? Zig’s head guy isn’t even sure when Zig will hit v.1.0, and Bun’s head guy hasn’t really responded either AFAIK.
jeroenhd|2 years ago
If Zig dies tomorrow, bun could probably continue using it as-is, perhaps after fixing the bugs they encounter. It's "the API and language spec isn't complete yet" unstable, not "we haven't implemented floating point operations yet" unstable. So far, only the allocalypse has caused major grief in terms of language changes, as far as I know.
nusaru|2 years ago
omginternets|2 years ago
Why is it not ready for production if the binaries work just fine?
2c2c2c|2 years ago
warent|2 years ago
Demonstrably by this 1.0 bun release it seems safe to say it ended up being a fine decision, no?
afavour|2 years ago
That’s just a decision they’ve made themselves. I honestly think it’s an interesting question: can software built on a <1.0 base legitimately call itself 1.0? What if there are big underlying issues discovered within Zig?