Assorted Thoughts on Zig (and Rust)

I’ve been using zig for ~4 months worth of side projects, including a toy text editor and an interpreter for a relational language. I’ve written ~10kloc. Read more

Similar

Faster Rust Builds on Mac

Did you know that macOS has a secret setting that can make Rust builds faster? It can also make Rust tests faster (sometimes massively so). It probably even has similar effects for other compiled languages such as C, C++, Go, and Swift. It sounds crazy, b... (more…)

Read more »