Show HN: Woxi - Open-source Mathematica / Wolfram Language reimplementation
31–40 of 53 posts
Re: Show HN: Woxi - Open-source Mathematica / Wolfram Language reimplementation
#32Re: Show HN: Woxi - Open-source Mathematica / Wolfram Language reimplementation
#33Re: Show HN: Woxi - Open-source Mathematica / Wolfram Language reimplementation
#34I’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 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!).
Re: Show HN: Woxi - Open-source Mathematica / Wolfram Language reimplementation
#35I cannot adopt it until this gap is closed in the studio.
Interactive 2D mathematical typesetting / notation input (front-end)
Re: Show HN: Woxi - Open-source Mathematica / Wolfram Language reimplementation
#36I 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
#37As 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…
Re: Show HN: Woxi - Open-source Mathematica / Wolfram Language reimplementation
#38Really 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)
Re: Show HN: Woxi - Open-source Mathematica / Wolfram Language reimplementation
#39I'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.