-
zig
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
You can download a build directly from https://ziglang.org/ and just use it. There's no special setup required, you can just run the zig executable from a terminal and it all should just work, as everything the compiler needs should be already provided
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
I personally use http://asdf-vm.com to manage most of my toolchains. It’s kind of like node version manager, except it has a plug-in system that can be adapted for a lot of different toolchains. There’s a zig plug-in https://github.com/asdf-community/asdf-zig and it’s worked fine for me
-
I personally use http://asdf-vm.com to manage most of my toolchains. It’s kind of like node version manager, except it has a plug-in system that can be adapted for a lot of different toolchains. There’s a zig plug-in https://github.com/asdf-community/asdf-zig and it’s worked fine for me