top | item 46287406

(no title)

Alexander-Barth | 2 months ago

I wish you all the best luck with your product!

Unfortunately, mathworks is a quite litigious company. I guess you are aware of mathworks versus AccelerEyes (now makers of ArrayFire) or Comsol.

For our department, we mostly stop to use MATLAB about 7 years ago, migrating to python, R or Julia. Julia fits the "executable math" quite well for me.

discuss

order

fluidcruft|2 months ago

All anyone really needs is seamless integration of Julia with python. Instead everyone seems to be rewriting python into rust.

FacelessJim|2 months ago

Checkout PythonCall.jl and juliacall (on the python side). Not to mention that now you can literally write python wrappers of Julia compiled libraries like you would c++ ones.