cpp2b - an experimental build system for cpp2 #1222
Replies: 5 comments 1 reply
-
Cool, thanks for sharing! |
Beta Was this translation helpful? Give feedback.
-
Looks nice. |
Beta Was this translation helpful? Give feedback.
-
Very cool, nice work. |
Beta Was this translation helpful? Give feedback.
-
Looks very nice, you know, for a "for fun project" it actually looks quite elaborated :p |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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
cpp2b
has is there is abuild.cpp2
file which is used to configure your project.Beta Was this translation helpful? Give feedback.
All reactions