Idea: std.build instead of dub and make-like tools

Atila Neves via Digitalmars-d digitalmars-d at puremagic.com
Sat Mar 19 07:20:23 PDT 2016


On Saturday, 19 March 2016 at 09:54:53 UTC, Piotrek wrote:
> On Saturday, 19 March 2016 at 09:51:03 UTC, Piotrek wrote:
>> 2. Not "slim" syntax
>> I have similar view on the syntax as Dicebot: 
>> http://forum.dlang.org/post/vqdhbplqezgdmgumfxte@forum.dlang.org
>
> But have to add that I want event simpler (no templates etc.)

The reason why there are templates is so that the declarations 
can be in global scope, like a scripting language.

> declarations and primitives like e.g. in SCons.

You mean like `Program` and `Object`? The equivalent are 
`scriptlike` and `objectFiles`. There are several high-level 
rules as well.

Atila


More information about the Digitalmars-d mailing list