On 2013-02-28 11:35, Maxim Fomin wrote: > With some kind of magical tool called 'dtoh'? Ok, it can > translate declarations. But what (maybe who) would rewrite code? One would translate a single file to D. Then run "dtoh" over that file to get a C/C++ interface to the D file. You can then link the D object file with the rest of the C++ code. -- /Jacob Carlborg