DUB: json or sdl?

Kagamin spam at here.lot
Thu Sep 23 21:44:36 UTC 2021


On Wednesday, 22 September 2021 at 21:25:11 UTC, russhy wrote:
> i hate json, but that's the format i use
>
> i wish we could just use a ``build.d`` file, so we can have 
> more control and stick to using D

I would go with most simple syntax for simple builds - a command 
line syntax, where each command is a list of tokens separated by 
whitespace, the earlier example:
```
dependency sumtype 0.10.0
dflags -betterC -dip1000
```
and just fall back to D for complex builds, maybe with reggae api.


More information about the Digitalmars-d mailing list