Zig 01/05/2023 The Zig language and compiler Get Zig One liner to get the latest Zig compiler using curl and jq curl -s -L $(curl -s https://ziglang.org/download/index.json | jq -r '.master."x86_64-linux"."tarball"') | tar x -J -C . && mv zig-linux* ~/.zig zig cc compiler Just awesome! Zig links https://github.com/ratfactor/ziglings https://ziglearn.org/ https://ziglang.org/ https://github.com/ziglang/zig https://andrewkelley.me/