On 4/6/2013 3:10 AM, Paulo Pinto wrote:
However there are cases where every byte and every ms matter, in those cases you are still better with C, C++ and Fortran.
This is not correct. If you care about every byte, you can make D code just as performant.And by caring about every byte, you'll need to become as familiar with how D generates code, and the cost of what various features entail, as you would be in C++.
