""Nordlöw"" wrote in message news:[email protected]...
> https://github.com/D-Programming-Language/dmd/pull/3410
How soon will this happen?
Hopefully in the next few months.
What kind of D style programming will DDMD enable not possible in C++?
None, initially. It currently produces D code almost identical to the C++
code. Once development has switched over, we can go through and start
refactoring it to use foreach, ranges, delegates, etc
Will it for example make use of array slicing?
Most likely.