4 ms·
Interesting observation on package definitions. Languages borrow good ideas from each other all the time, and the ecosystem is better for it. On the naming fai
by vanyaland 6mo ago
Interesting observation on package definitions. Languages borrow good ideas from each other all the time, and the ecosystem is better for it.
On the naming fair point, already renamed the CLI binary after an earlier comment here. The repo name is more about discoverability.
- scuff3d 6mo agoAgreed. I wasn't saying it's a bad thing, just interesting. The thing that really stuck out to me was the dot syntax:`.SomeVariable`. I'm guessing those are enum accesses where the compiler can figure out what it is from context? It's all over Zig, and it seriously screws with me lol. I know it's a me problem, but I can never keep straight what's what.