|
You are here |
gavinhoward.com | ||
| | | | |
andrewkelley.me
|
|
| | | | | [AI summary] The blog post discusses the challenges and solutions for handling asynchronous I/O in Zig, focusing on cancellation, resource management, and concurrency. It highlights how cancellation is a key primitive for managing resources and avoiding leaks, while concurrency is essential for avoiding deadlocks in producer-consumer scenarios. The post also touches on the importance of using appropriate APIs like `concurrent` instead of `async` when true concurrency is needed, and the ongoing design work for stackless coroutines and I/O interfaces. | |
| | | | |
avestura.dev
|
|
| | | | | What are the problems of C, and how Zig addresses them? | |
| | | | |
kristoff.it
|
|
| | | | | ||
| | | | |
www.yoseph.tech
|
|
| | | This week I am talking about the parts of the compiler, doing a deep dive into the Lexer and Parser and showing how to build the Lexer and Parser in Python. At the end of this post, we should have a working lexer and parser. | ||