- Past discussion (2 years ago, 119 comments): https://news.ycombinator.com/item?id=40297423
This software does symbolic maths, and it's commercially licensed. The site still seems to be lacking comparisons to other computer algebra systems.
The project is unrelated to this other Symbolica that does symbolic code execution, despite the similar sounding brief descriptions: https://news.ycombinator.com/item?id=28443587
- As an alternative, I’m working on reimplementing Wolfram Language/ Mathematica in Rust: https://woxi.ad-si.com/
A lot of Wolfram Language code just works already!
- I’ve been a rust user of symbolica since 0.1 and it is insane how much nicer it is to use now.
Builder patterns for constructing replacement rules (and now evaluators!), macros for namespacing symbols, and now the call trait to fill in for callables in rust.
Not to mention the broad implementation of arithmetic on Atoms (the expression type of symbolica) with other std types and with symbols.
by timschmidt
1 subcomments
- I've been doing some symbolica-like things recently in the https://github.com/timschmidt/hyperreal ecosystem. Not a full CAS, just enough symbolic math to maintain precision through the calculations.
Benchmarks against Symbolica and numerica here: https://github.com/timschmidt/hyperlattice/blob/main/benchma...
by aboardRat4
1 subcomments
- Why not just Maxima, Reduce, or Cadabra2?
- I was excited to see this, since I'm looking for a symbolic algebra library.
But then I saw the absolutely awful license. A license like that at a time like this is no small miscalculation.
by breezybottom
2 subcomments
- Seems like a worthy successor to Sympy, although the license system might prevent it from reaching the same level of adoption.
by mastermage
1 subcomments
- Generally seems realy nice but I realy do not like the license, I hate this kind of licenses that restrict you from using the full power of your device. What is this one core is free. I have 8 cores just on my private system. My Laptop has even more.
- [flagged]