| ▲ | throwaway2037 9 hours ago | ||||||||||||||||||||||||||||
I disagree. Most programmers will go their entire career and never need a matrix data structure. Sure, they will use libraries that use matrices, but never use them directly themselves. It seems fine that matrices are not a separate data type in most modern programming languages. | |||||||||||||||||||||||||||||
| ▲ | OkayPhysicist 9 hours ago | parent [-] | ||||||||||||||||||||||||||||
Unless you think "most programmers" === "shitty webapp developers", I strongly disagree. Matrices are first class, important components in statistics, data analysis, graphics, video games, scientific computing, simulation, artificial intelligence and so, so much more. And all of those programmers are either using specialized languages, (suffering problems when they want to turn their program into a shitty web app, for example), or committing crimes against syntax like rotation_matrix.matmul(vectorized_cat) | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||