|
|
|
|
|
by fleventynine
961 days ago
|
|
There's a lot to like about Zig, especially related to metaprogramming. Unfortunately, bulletproof memory safety is table stakes for a modern language. Without a garbage collector or borrow checker, Zig is DOA for any use case that involves untrusted data. Maybe there's a few niches (single player games?) that don't need memory safety... |
|