|
You are here |
lenholgate.com | ||
| | | | |
www.integralist.co.uk
|
|
| | | | | I've been learning Rust recently. This will probably be my third (lazy) attempt to learn the language. The reason I've failed previously is simply because I had no reason to learn it. Other than the memory safety aspects, which I like a lot, I don't actually like the design of the language at all (but that's a conversation for another day). This time around I want to learn the language as it's pertinent to my job. | |
| | | | |
manishearth.github.io
|
|
| | | | | A colleague of mine learning Rust had an interesting type / borrow checker error. The solution needs a less-used feature of Rust (which basically ... | |
| | | | |
thomascountz.com
|
|
| | | | | Checkout Ownership in Rust, Part 1. | |
| | | | |
andrewkelley.me
|
|
| | | [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. | ||