On Wednesday, 28 November 2012 at 17:02:25 UTC, Gor Gyolchanyan
wrote:
Precisely!
On Wed, Nov 28, 2012 at 8:59 PM, jerro <[email protected]> wrote:
On Wednesday, 28 November 2012 at 15:51:50 UTC, Gor
Gyolchanyan wrote:
I think that would be a huge mistake. Why would anyone want
to invent a
full blown language and a big pain in the butt just to build
a project if
the project can build itself by looking at the source code?
The build system could be a library written in D, then you
wouldn't need
to invent a new language.
I mean't writing a D build library and using it to write build
scripts separate from the source files that are being build.
That's quite different from embedding build instructions into
comments inside the source files.