portly 12 minutes ago

After having used Zig for a couple of months now I am convinced it is a fantastic tool language. You just pick it up to hack some idea together freely. Every time I hit a wall, I find the creators have thought of it already and offers comfort. But nothing gets in your face how to use the programming language "correctly".

For me it is now the go-to "tinker in my garage" language.

epolanski 31 minutes ago

This sounds like great news, Zig's compilation times are already terrific and this is going to only make them better.

  • dmit 20 minutes ago

    > Zig's compilation times are already terrific

    In my experience, this (for now) is mostly aspirational. It's obviously a major goal, and there are clear milestones outlined on how to achieve it, but in practice the initial compile of an empty project or the excruciating pause when you `direnv allow` and ZLS needs to be (re)built are not what I'd describe as "terrific".

    • epolanski 11 minutes ago

      Maybe you're right, but how many other system programming languages toolchains give you sub 50ms recompilations across millions of LoC?

      • dmit 9 minutes ago

        I foresee a pjmlp comment in your near future. :)