Earlier quoted context omitted.
Based on the list of contributors to your project, I am not sure this starting location is optimally suited to the task of building a foundation for polished, reliable, expandable software.
The sneering on HN really has no end. This is a good project! I for one am very excited to see an interpreter born out of rust.
Woxi: Wolfram Mathematica Reimplementation in Rust
41–50 of 141 posts
Re: Woxi: Wolfram Mathematica Reimplementation in Rust
#42Re: Woxi: Wolfram Mathematica Reimplementation in Rust
#43Re: Woxi: Wolfram Mathematica Reimplementation in Rust
#44Earlier quoted context omitted.
Such a massive undertaking would be almost impossible without AI agents, so yeah, they help me. But with around 5000 tests, they are actually helping to improve the software quality!
are all the tests hand written or are some agent-contributed? curious
Re: Woxi: Wolfram Mathematica Reimplementation in Rust
#45I wonder if it would make a good Zeppelin interpreter. https://zeppelin.apache.org/
Re: Woxi: Wolfram Mathematica Reimplementation in Rust
#46vibe coded?
Such a massive undertaking would be almost impossible without AI agents, so yeah, they help me. But with around 5000 tests, they are actually helping to improve the software quality!
Re: Woxi: Wolfram Mathematica Reimplementation in Rust
#47Earlier quoted context omitted.
It's having ~ 5000 tests already. Used correctly, AI agents can help you improve the quality of the code!
Do you see why this perspective is a red flag on its own?
Re: Woxi: Wolfram Mathematica Reimplementation in Rust
#48Earlier quoted context omitted.
Yeah, the Mathematica language is the least interesting aspect of the Mathematica system. Closely followed by the interactive notebooks.
First I believe there is no such thing as the Mathematica language, it's Wolframscript which is useful in a bunch of different applications. And second, if you don't have access to a $1000 / yr wolfram subscription, this would be the next best thing.
https://writings.stephenwolfram.com/2013/02/what-should-we-c...
Re: Woxi: Wolfram Mathematica Reimplementation in Rust
#49I love Rust for mathematical and scientific tasks (I am building the structural bio crate infrastructure), and I love Mathematica and have a personal sub. I should be the audience, but... What makes Mathematica great, IMO, is the polish and overall experience created by consistent work with applications in mind over decades. So, I look at this project with skepticism regarding its utility.
Similarly I'm not sure Octave ever really got that polish to compete with MATLAB. SPSS is hilariously painful to use. Still it's only losing ground ever so slowly. PSPP remains almost unheard of among SPSS core users.
Re: Woxi: Wolfram Mathematica Reimplementation in Rust
#50Hi, I'm the main developer. We're steadily getting closer to the next release which will support most features of Mathematica 1.0 plus some of the most popular newer functions (> 900 overall!). AMA!
Have you considered using quickcheck/random/property-based testing with LLM code generation to automate function implementation?