I think we're going to see more build instructions like this as time goes on. Zig installs are simple, self-contained, don't require root to install, and automatically handle C/C++ cross-compilation like magic. I suspect long term these benefits will put Zig in a position to become the best build tool for C/C++ projects. If you're already using it for your compiler, you might as well use it to write your build scripts.
Projects which rely heavily on this feature are a bit nervous about the plans to break the LLVM dependency, but using the Zig toolchain this way is too important to the goals of the language to screw that part up.
https://github.com/mlua-rs/mlua
Rust and through Deno, JavaScript.
It also supports Luau which has sandboxing. https://luau-lang.org/sandbox
Lua plus lots of "Unix" support in a exe/zip that runs on 6 different OS setups.
Lua already is this. I don't understand.
> augmented with some useful packages
How is this better than using LuaRocks?
Batteries included. If everything you need is included, you can pass around scripts to other users / computers without having to install anything
It might be compiling to native code instead but the readme doesn't look like it.