Tagged Questions
71
votes
22answers
29k views
Automatic programming: write code that writes code [closed]
After reading the book The Pragmatic Programmer, one of the arguments I found most interesting was "write code that writes code".
I tried searching over the net for some more explanations or articles ...
5
votes
2answers
268 views
Example of time-saving usage of compile-time meta-programming?
The webpage of Converge states that:
Converge has a macro-like facility that can embed domain specific languages with arbitrary syntaxes into source files.
I am most intrigued by the possibility ...