(no title)
NilsIRL | 2 years ago
However having written it in Zig I have a few retroactive reasons for why Zig was a good choice (if not the best choice):
* The build system allows to make the runtime a dependency of the "compiler". I don't think any other language has that.
* The interoperability with C/systems calls is amazing (in comparison to anything but C/C++)
* The ability to embed files
* Makes it incredibly easy to make static binaries
[1]: https://github.com/NilsIrl/dockerc/blob/68b0e6dc40e76c77ad0c...
No comments yet.