←back to thread

228 points Retro_Dev | 2 comments | | HN request time: 0.407s | source
Show context
brabel ◴[] No.44461708[source]
I like Zig but it seems to just keep redesigning itself, while other languages like Odin “shipped” long ago and don’t seem to need to look back. Is Zig suffering from perfectionism syndrome where things are never good enough??
replies(7): >>44461733 #>>44461743 #>>44461761 #>>44461828 #>>44461832 #>>44461929 #>>44470782 #
thelastbender12 ◴[] No.44461929[source]
Sorry, I think this comparison is just unfair. Odin might have "shipped" but are there are any projects with significant usage built on it? I can count at least 3 with Zig - Ghostty, Tigerbeetle, and Bun.

Programming languages which do get used are always in flux, for good reason - python is still undergoing major changes (free-threading, immutability, and others), and I'm grateful for it.

replies(2): >>44461960 #>>44462133 #
1. LukaD ◴[] No.44461960[source]
All the JangaFX products (such as EmberGen) are written in Odin.
replies(1): >>44462113 #
2. thelastbender12 ◴[] No.44462113[source]
Thank you, my bad - I wasn't aware.

I still think what drives languages to continuously make changes is the focus on developer UX, or at least the intent to make it better. So, PLs with more developers will always keep evolving.