|
You are here |
mitchellh.com | ||
| | | | |
patshaughnessy.net
|
|
| | | | | [AI summary] The article explains how the Crystal compiler parses code by breaking it down into tokens and constructing an abstract syntax tree (AST), highlighting the recursive process and the challenges of reading code one token at a time. | |
| | | | |
blog.lohr.dev
|
|
| | | | | A review by a Rust enthusiast | |
| | | | |
dayvster.com
|
|
| | | | | A dive into how Zig handles memory allocation and how you can use Allocators to control it. Learn more about Zig's unique approach to memory management. | |
| | | | |
educatedguesswork.org
|
|
| | | [AI summary] The text discusses Rust's memory and thread safety mechanisms, emphasizing their shared principles. It highlights how Rust enforces single ownership, clear contracts, and prevents simultaneous access to shared data. Topics include references, lifetimes, thread safety, and tools like Mutex and Arc for safe concurrency. The text also touches on Rust's approach to garbage collection and its implications for memory management. | ||