Build using D

Steven Schveighoffer schveiguy at gmail.com
Thu Apr 16 17:45:51 UTC 2020


On 4/16/20 1:11 PM, NaN wrote:
> Why not actually use D as build system for D projects? I assume DUB is 
> written in D, but why not just have DUB features in a library and use a 
> D build script?
> 
> rdmd build.d
> 
> Is it a dumb idea?
> 
> 

DMD doesn't think so:

https://github.com/dlang/dmd/blob/master/src/build.d

And it's fast too. I really like it better than the makefile bs before.

-Steve


More information about the Digitalmars-d mailing list