logoalt Hacker News

vjk800yesterday at 7:56 AM4 repliesview on HN

Every major technological invention nowadays quickly breeds open source clones that evolve to be on par with the commercial ones on some time scale. Why hasn't this happened to Wolfram Alpha/Mathematica? I know there's Sympy, but it's so far behind Mathematica that it's not even comparable. Is the heavily mathematical nature of the tool somehow an insurmountable obstacle to the open source community?


Replies

anonzzziesyesterday at 7:59 AM

SageMath? I never used it but I hear it passing by as alternative.

(And this one popped in Google as second when I just searched; https://github.com/Mathics3/mathics-core)

show 1 reply
Micolothyesterday at 8:05 AM

It’s a great question. As soneone who has been fascinated by Wolfram Aplha for a loong time (and might or might not have thought about cloning it), i think that growing up i ended up realizing that Mathematica in the real world just doesn’t… Do much?

Maybe i’m just missing something. But it looks like nobody is really using it except for some very specific math research which has grown from within that ecosystem from the beginning.

I think one of the basic problems is that the core language is just not very performant on modern cpus, so not the best tool for real-world applications.

Again- maybe i’m missing something?