Compile time executable calling?

Ali Çehreli acehreli at yahoo.com
Mon Jul 15 10:03:06 PDT 2013


On 07/13/2013 09:05 AM, Ary Borenszweig wrote:

 > What would actually be cool is to run any kind of code at compile time
 > (within a sandbox, if you want). For example reading a mysql database
 > and generating classes for the tables at compile time. No need to run a
 > separate executable and remember to run it before compiling your program.

Humans make mistakes all the time, especially with repetitive tasks. 
That's why such tasks are handled by tools like 'make'.

Ali



More information about the Digitalmars-d mailing list