Skip to content

omath/omath

Repository files navigation

This is the home of the omath project.

We're writing a computer algebra system called omath which should be able to run many simple Mathematica programs.

==Getting started==

Checkout a copy of the git repository, then run

./sbt "omath-ui/run-main org.omath.ui.repl.omath"

to get a text-mode interface.

==Running omath==

Perhaps one day you'll be able to:

  • The javascript client may be able to talk directly to a kernel running as an applet within the browser.
  • The mathematica front-end can use an omath kernel.
  • Compile the entire omath project to javascript and run in the browser.

==Project organization==

                        api
                         |
   +---------------+-----+--------+------------+
   |               |              |            |
tungsten        patterns        parser      bootstrap
   |               |              \____________/
   |               |                    |
   |               |                   core
   |               |                    | 
   +---------------+-----+--------------+
                         |
                         ui

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published