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/[email protected]
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