-
Couldn't load subscription status.
- Fork 253
Add option to build with the Zig build system #1655
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
ed619c0 to
3935f84
Compare
|
I'm not a C expert, unfortunately, but I would like to be able to at least try Zig more with Janet |
May be known but FWIW there is also this file for building with |
|
Nice, actually had a go at the same thing a month or two ago just for fun and to learn the zig build system a bit better. I think yours is more complete than mine though. |
|
I have no problem with this except that we would need to maintain this, and it really seems more like a way to test the zig compiler tool-chain rather than adding extra functionality to Janet. Also, I assume "version" in build.zig.zon should be the janet version, not 0.0.0. All in all, nice work but a bit out of scope, no? |
A work in progress for now, but the basic build, bootstrap, and testing process seems to be working well.
I still want to properly review and port over the rest of the Makefile as well.