|
|
|
|
|
by WalterBright
2545 days ago
|
|
There are people who specifically use D for writing high performance applications. They find it faster than C++ for a rather subtle reason - D code is more plastic, meaning it is easier to refactor D code trying out different algorithms looking for a faster one. |
|