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

Atila Neves via Digitalmars-d digitalmars-d at puremagic.com
Sun Mar 20 04:27:11 PDT 2016


On Sunday, 20 March 2016 at 07:35:07 UTC, Piotrek wrote:
> On Saturday, 19 March 2016 at 14:20:23 UTC, Atila Neves wrote:
>> On Saturday, 19 March 2016 at 09:54:53 UTC, Piotrek wrote:
>>> On Saturday, 19 March 2016 at 09:51:03 UTC, Piotrek wrote:
>>>> [...]
>>>
>>> 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
>
> I was thinking about simple declarative syntax plus fallback to
> imperative style for custom needs.

That's exactly what I thought I'd accomplished ;)

> I will try to give a feedback on reggae after I go further with 
> experimenting.

Please do!

Atila


More information about the Digitalmars-d mailing list