1. 29

For reference, I walked through some of the things I liked and disliked about Zig the last time I stumbled across it here.

The documentation still needs some serious love, so I haven’t been able to verify this, but it looks like many of my critiques are still relevant.

Either way, Zig has a lot of cool ideas, and is worth taking a look at if you are interested in programming language design.

    1. 1

      I find the error defer idea really neat.