|
|
|
|
|
by pseudony
509 days ago
|
|
This is a cargo deficiency then. Zig has no problem using Lua (via the Ziglua wrapper) and cross-compilation is a single command away. Rather than developing and increasingly insular (navel-gazing?) ecosystem, it might be better to work on the root problem. |
|
> Rather than developing and increasingly insular (navel-gazing?) ecosystem, it might be better to work on the root problem.
Every language has its own development budget and must focus on what makes more sense. Zig has great cross-compiling story and C is first class, Rust has a stable language, a compiler that doesn't crash and emits readable error messages, one has to set its priorities.
The good thing with zig is that you can use the zig compiler within Rust project to cross-compile C code (cargo-zigbuild IIRC) so you can have a cake and eat it too.