hryx | 2 years ago | on: So Long, Twitter and Reddit
hryx's comments
hryx | 2 years ago | on: File for divorce from LLVM
hryx | 3 years ago | on: Tabloid – The Clickbait Headline Programming Language
hryx | 3 years ago | on: Zig's multi-sequence for loops
Loris' blog post points out that the new for loops address the latter:
> In the multi-sequence for loop version it’s only necessary to test once at the beginning of the loop that the two arrays have equal size, instead of having 2 assertions run every loop iteration. The multi-sequence for loop syntax helps convey intention more clearly to the compiler, which in turn lets it generate more efficient code.
It also builds on existing properties of slices/arrays, rather than adding a new "enumerate primitive".
hryx | 3 years ago | on: Bun v0.5.7
The tension is understandable: Zig is explicitly not production-ready, yet it has such attractive performance and productivity properties, and has even proven useful in production scenarios (Bun, Uber, Tigerbeetle). But Andrew's suggestion is correctly aligned with Zig's mission and current level of maturity. If you have a complex project with lots of users like Jarred does, stick with a tagged release for now.
The highest priority of Zig pre-1.0 is to make the language the best it can be — which it will be in due time. The target audience of the master branch is those who can withstand churn and are focused on getting it there.
hryx | 3 years ago | on: Overview of the 555-XXXX phone number
hryx | 3 years ago | on: Classic Game Postmortem: 'Q*bert' [video]
http://mirrors.arcadecontrols.com/arcade/qbert_questions.htm
hryx | 4 years ago | on: The Button Cheat Sheet
hryx | 6 years ago | on: Zig cc: A drop-in replacement for GCC/Clang
But for supporting more esoteric targets you might be interested in the goals of this ultra-early-stage assembler. ("Planned targets: All of them.")
It's a feeling I can sympathize with. In 2009 I deleted my Facebook account (or "deactivated" it, the only option at the time), and even though I wasn't using it much by then, it felt like a needless weight was suddenly lifted.