cpp2b - an experimental build system for cpp2 #1222
zaucy
started this conversation in
Show and tell
Replies: 5 comments 1 reply
|
Cool, thanks for sharing! |
0 replies
|
Looks nice. |
0 replies
|
Very cool, nice work. |
0 replies
|
Looks very nice, you know, for a "for fun project" it actually looks quite elaborated :p |
0 replies
|
Far as I know, one great thing about Zig build system is Zig standard library, which enables users to do a lot of cool things conveniently. Like you said, I don't think that kind of convenience can be easily copied. If we're to push the "Cpp2 build system" thing harder, it's possible (and should be easy) to extend Zig build system so that it supports cpp2. Otherwise, it could be A LOT of work involved. Inspiring work nevertheless. Using Cpp2 to write Cpp2 build system puts a good test to Cpp2 and our understanding of it. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I wrote a build system for cpp2 called
cpp2b. You can see the repository here: https://github.com/zaucy/cpp2bIt's written in cpp2 and builds itself!
The project itself is just for fun and to make it easier for me to try out cpp2. I don't expect it to be used seriously in any capacity.
cpp2b-demo.webm
It's inspired by the zig build system, but is nowhere even comparable in capability. The only similarity
cpp2bhas is there is abuild.cpp2file which is used to configure your project.All reactions