One great way to address it is by writing articles about various aspects
of D and how they solve problems, like
http://www.reddit.com/r/programming/comments/cb14j/compiletime_function_execution_in_d/
which was well received on reddit.
Anyone have good ideas on topics for D articles? And anyone want to
stand up and write an article?
What about a followup article about more sophisticated CTFE, maybe in
combination with string mixins to generate complex code?
For example, if std.regex is evaluatable at compile time I will probably
use it create some skeleton code out of an interface definition.