|
|
|
|
|
by stefncb
1081 days ago
|
|
Zig has async and await and is safe from buffer overflows and related memory issues. What it indeed doesn't solve is memory safety with time (so use after free and leaks), though this is somewhat ameliorated by the encouraged programming style. |
|