Zig: Build System Reworked
ziglang.org
Zig: Build System Reworked
1–10 of 263 posts
Re: Zig: Build System Reworked
#2Re: Zig: Build System Reworked
#3Re: Zig: Build System Reworked
#4Re: Zig: Build System Reworked
#5Re: Zig: Build System Reworked
#6Re: Zig: Build System Reworked
#7This sounds like great news, Zig's compilation times are already terrific and this is going to only make them better.
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".
Re: Zig: Build System Reworked
#8For me it is now the go-to "tinker in my garage" language.
Re: Zig: Build System Reworked
#9This sounds like great news, Zig's compilation times are already terrific and this is going to only make them better.
> 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".
Re: Zig: Build System Reworked
#10Earlier quoted context omitted.
> 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".
Maybe you're right, but how many other system programming languages toolchains give you sub 50ms re compilations across millions of LoC?