|
|
|
|
|
by tapirl
24 days ago
|
|
Zig is indeed verbose in some aspects, but not overall. For example, its `try error-union` syntax eliminates a lot of boilerplate code. The main reason why Zig is verbose in some aspects is the main goal of Zig is program performance. It is a worthy tradeoff. |
|