| It can seem like that on the surface, but a closer look reveals a lot of very interesting new features. Here's a few off the top of my head: * Comptime, which can serve the purpose of generics without a new sub-language [1] * Colorblind async-await, basically parameterizing async-ness to avoid the downsides of async's infectious nature [2] * Hot-code swapping proof-of-concept [3] (Edit: specifically, new to low-level languages, AFAICT) Pretty cool stuff! [1] https://kristoff.it/blog/what-is-zig-comptime/ [2] https://kristoff.it/blog/zig-colorblind-async-await/ [3] https://www.reddit.com/r/Zig/comments/s9toy1/we_have_a_worki... |
[1]: https://gavinhoward.com/2022/04/i-believe-zig-has-function-c...