Comment by physicsguy

Comment by physicsguy 5 days ago

5 replies

I think Julia has largely not solved it because it is clunky to use for purposes other than scientific computing. Python can't be argued to be that, it's very nice for web development as well as scientific computing, the issue is just that for non-scientific computing use cases the perf. isn't great.

OutOfHere 5 days ago

If you think Python is nice for scientific computing, you must have never tried Matlab. Python is pretty clunky in comparison in its syntax for scientific computing.

  • physicsguy 5 days ago

    I used MATLAB for about 5 years, and then Mathematica, before switching to Python. I even had a job offer to work at MathWorks in Cambridge in about 2014!

    • OutOfHere 4 days ago

      And you still think Python has superior matrix manipulation syntax? Because that's at the core of scientific computing.

      • physicsguy 4 days ago

        I think the syntax isn’t that important if I’m totally honest! The library support and ecosystem is much more useful to me than it ever was in MATLAB and tbh I use np.einsum for anything tricky and because performance is better anyway.

  • coldtea 3 days ago

    Never heard of people who didn't hate Matlab.