Skip to content

BrianChevalier/mathjs-cljs

Repository files navigation

mathjs-cljs

A core.matrix implementation using math.js to use the standard core.matrix API in ClojureScript. Check core.matrix API documentation for usage. If you're new to core.matrix check out matrix-compare to see how to accomplish common tasks in core.matrix, MATLAB, NumPy, etc.

The current version of mathjs-cljs does not pass the core.matrix compliance tests and is still in development. Pull Requests & issues welcome, or feel free to DM on the Clojurians Slack!

Development

Note: the current build of core.matrix has a bug that prevents mathjs-cljs from compiling. You can pull in my branch that fixes this issue into the same directory as mathjs-cljs and the :core.matrix deps.edn alias will use the local dependency.

Testing Code at the REPL

make dev

Running Tests

make test/browser

About

A core.matrix implementation using math.js to use the standard core.matrix API in ClojureScript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published