|
|
|
|
|
by pavon
1285 days ago
|
|
I still prefer Matlab/Octave for numerical exploration, after initially being excited for Julia but later becoming disillusioned with it. I’ve always found Matlab the language to be small and simple, with just a few oddities. The library is where most of the warts accumulated, but I’ve used it long enough to learn them. Performance is much better than python - very fast matrix operations and Java-like speeds for everything else, with comparable startup times. |
|