On Thu, 10 Mar 2016 00:54:35 GMT, Gerald Nunn wrote:
[…]

Https://github.com/gnunn1/terminix

Https://github.com/gnunn1/vgrep

Thanks for posting these, I have taken a look at the Terminix code and it seems to confirm much of what I had discovered, which is really great to know. I think the only actual problem I have is that with C++ there is automatic registration of a set of methods in the Application instance as callbacks bound to the lifecycle events. In D these have to be added manually. Maybe this is not a problem, just a "surprise" that needs to be made explicit. (Or maybe it already is and I just missed it.)