Live data from Hacker News

Show HN: Woxi - Open-source Mathematica / Wolfram Language reimplementation

woxi.ad-si.com

31–40 of 53 posts

Re: Show HN: Woxi - Open-source Mathematica / Wolfram Language reimplementation

#31
I tried out the multivariable calculus visualizations from https://nmd.web.illinois.edu/classes/2024/241/schedule.html (search for "visualization") and Woxi Studio seems to be able to display them. I'm not sure if it's entirely correct (there might be a few bugs) since I don't have Mathematica currently to serve as a comparison.

Re: Show HN: Woxi - Open-source Mathematica / Wolfram Language reimplementation

#34
post #5

I’m going to get hate here but what the heck I have karma points to burn. What I have to say is not a critique of this particular project which seems nicely done but a general statement on open source. I’d rather see more open source projects making something new than so much “Open Source reimplementation.” If closed proprietary companies are so worthless then why do so many open source projects copy those implementa…

I agree. There are decades of work in Mathematica and the Wolfram Language, with a lot of carefully made design decisions, working closely with scientists in so many fields, trying to capture what is important for their work and what knowledge is worth baking into the language. I think it’s only fair to respect Wolframs decision to keep it closed source, because otherwise he and his team wouldn’t be able to continue improving the language/system.

I believe we need to be more respectful to human creators, especially now that it has become so easy to just “reimplement” someones work, to circumvent payment or license conditions or for whatever motivation. What would you do if this work didn’t exist? Well, I guess you’d have to do it yourself or use an alternative…

That being said, the Wolfram Engine is actually free for development and personal use[1]. I had a really nice experience with Wolframite[2] on Clojure as an interface layer and that works well enough for the few non-commercial things I do with it (evaluating WL expressions directly in the editor is such a nice experience!).

[1] https://www.wolfram.com/engine/free-license/

[2] https://scicloj.github.io/wolframite/

Re: Show HN: Woxi - Open-source Mathematica / Wolfram Language reimplementation

#36
Happy paying Mathematica customer here.

I think this is great. A lot of people want to have a free alternative. For me, the real value of this is the creation of a community and setting the foundation for something better than Mathematica. I'm on the side of those that think that programming languages are a tool of thought and Wolfram lang can be extremely expressive. I love non-mainstream but useful languages.

Re: Show HN: Woxi - Open-source Mathematica / Wolfram Language reimplementation

#37

As sometime who's never used Wolfram Languages before this project has gotten me interested. For sometime now I've been looking into a good CAS for my app. I've tried a few algebra problems with Sympy, Sage, Xcas, Maxima and Woxi. Of these only Sage, Maxima and Woxi were capable of giving the expected answers. After trying it out I became fascinated by Wolfram language and other term rewriting languages they are pret…

Any help is highly appreciated! A great way to get started would be to open issues for the problems you found at https://github.com/ad-si/Woxi/issues.

Re: Show HN: Woxi - Open-source Mathematica / Wolfram Language reimplementation

#38

Really excited about this, would love to stop paying for Mathematica. I cannot adopt it until this gap is closed in the studio. Interactive 2D mathematical typesetting / notation input (front-end)

Interesting - I would never use it as I find entering math with plain ASCII much faster and more intuitive, but if there is interest in this, I'll increase its priority!

Re: Show HN: Woxi - Open-source Mathematica / Wolfram Language reimplementation

#39
post #33

I'm guessing the other Parallel functions are implemented? I vote to include them all, from the comparison page ParallelSelect and ParallelCases are missing as of now. This would allow more multithreaded programming.

No, none of them are implemented yet. I'll bump the priority to implement this!

Re: Show HN: Woxi - Open-source Mathematica / Wolfram Language reimplementation

#40
I used Mathematica for many years for getting equations right. If you're looking for new ideas I thought being able to make approximations (other than series approximations) would have been a great addition. Examples include SVEA, plane-wave approximation, RWA, paraxial approximation, binomial approximation, etc.
Post reply on HN