Zig

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 !