|
|
|
|
|
by pron
315 days ago
|
|
I would say: not the ones with spooky implicit actions and hidden heap allocations, but we won't know until we actually have data. When writing in a low-level language, I always want to know where I'm allocating and where I'm deallocating. Zig makes allocations easier to spot than in C/C++/Rust, and deallocations easier to spot than in C++/Rust. That's just how I like it. I'm not saying everyone must have the same preference. |
|