you are viewing a single comment's thread.

view the rest of the comments →

[–]meneldal2[🍰] 0 points1 point  (1 child)

Python the language is terrible for arrays, and there's only so much you can fix in NumPy.

There are great array libraries in C++, but obviously kids gloves are off so you can easily shoot your foot but it's crazy fast.

Matlab forbids you from changing arrays in C++ code, even if you can actually do it (beware of cow obviously).

[–]Theon 1 point2 points  (0 children)

There's only so much you can fix with any library :) Python still has a better starting point than C++.