Proof-of-concept tiny package like mathjs with mutable "typed functions" and module-based dependency tracking/"tree-shaking"
Glen Whitney
536656bfe8
Implements a totally simplistic "poortf" mutable typed function and a picomath instance generator, as well as the very beginnings of a number type and one generic function and a default full picomath instance. Also provides some tests which serve as usage examples. |
||
---|---|---|
generic | ||
number | ||
test | ||
.gitignore | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
picomath.js | ||
picomathInstance.js | ||
poortf.js | ||
README.md |
Proof of concept for a JavaScript Computer Algebra System
The system will be an object whose properties names are the operator names and whose property values are constant mutable function objects that can have new behaviors added to them.