A quick summary directly lifted from the blog post:
In this blog, I’ll go over some features of D and how I use them to make games. The TL;DR is:
* A single language for game logic and scripting.
* Fast compile times under 1 second.
* The freedom to choose the best memory allocation strategy.
* Achieving C-like speed with a much cleaner developer experience.