|
|
|
|
|
by jedbrown
5290 days ago
|
|
The matrix example is a particularly flattering one for C++, since a good matrix library in C++ will provide syntax that is quite close to the notation that one would use on paper for matrices. And it either (a) creates and destroys many intermediate structures or (b) templates everything by exposing the entire implementation to the user, resulting in slow compilation time and error messages that the domain expert couldn't hope to decipher. |
|
Optimize when necessary. Until then, no need to mutilate expressiveness if the language allows it.