Proof-of-concept tiny package like mathjs with mutable "typed functions" and module-based dependency tracking/"tree-shaking"
Go to file
Glen Whitney 36cc91ca95 doc: Initial commit 2022-03-24 20:44:46 -07:00
.gitignore doc: Initial commit 2022-03-24 20:44:46 -07:00
LICENSE doc: Initial commit 2022-03-24 20:44:46 -07:00
README.md doc: Initial commit 2022-03-24 20:44:46 -07:00
package.json doc: Initial commit 2022-03-24 20:44:46 -07:00

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.