Zig
🔙 💠2023-05-01
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 is just awesome!
https://github.com/ratfactor/ziglings