zlacker

[return to "Wolfram Compute Services"]
1. adius+pb[view] [source] 2025-12-06 10:07:24
>>nsoonh+(OP)
With all the integrated standard functions Mathematica is such an incredible tool. We really need an open source version of it. Even if we implement only 10% of the features it would be already incredible useful.

I started working on an implementation in Rust called Woxi (https://github.com/ad-si/Woxi) and I hope to find some contributors, as it is such a gargantuan task!

◧◩
2. pkaye+IP1[view] [source] 2025-12-07 01:42:05
>>adius+pb
I've writing one myself in Go the past few months just to learn the way CAS internals work. Got about 300 symbols working to varying degree. Complex numbers almost working. Basic rule system. Various algebra simplifications. Still trying to figure out how to do Factor as it is pretty math intensive. No graphical output, just to the terminal for now. Using Claude models also to learn AI programming and help with so of the math concepts.
[go to top]