Andrei Alexandrescu wrote:
BTW, speed of compilation of very short programs is not very relevant as long as it's reasonably good.

Also, the compile speed of std.stdio isn't that important because on a large project it is only compiled/loaded once, no matter how many times it is imported. This is a huge reason for D's speed.

The problem, though, is all the stuff in the .obj file.

Reply via email to