/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

ikrima.dev
| | andrewkelley.me
3.7 parsecs away

Travel
| | [AI summary] The blog post discusses the evolution of programming languages, focusing on Rust and Zig's approaches to handling formatted output. It highlights the challenges in C's format string system, the use of macros in Rust, and Zig's ability to handle formatted output without special compiler cases, relying on userland code. The post also touches on the trade-offs of macros and the design goals of Zig to provide power without the drawbacks of macro-based systems.
| | blog.lohr.dev
3.1 parsecs away

Travel
| | A review by a Rust enthusiast
| | mrcat.au
3.2 parsecs away

Travel
| | I've started learning Zig, a new programming language in the same problem space as C, and it has some features I really like. While it's not memory-safe in the Rust way, it has a lot of compile time and runtime checks to prevent common footguns. It has packed structs and variable-width integers to allow for easy parsing of bitpacked binary formats. Its comptime metaprogramming capabilities are spectacular. And it even interoperates seamlessly with C!
| | geoffreylitt.com
18.5 parsecs away

Travel
|