An open API service indexing awesome lists of open source software.

https://github.com/nilqed/pure_jaxmate

Pure node server + JaxMaTe client
https://github.com/nilqed/pure_jaxmate

computer-algebra-system math mathjax nodejs-server pure-lang reduce-algebra socket-io symbolic-computation term-rewriting

Last synced: 30 days ago
JSON representation

Pure node server + JaxMaTe client

Awesome Lists containing this project

README

          

# jaxmate_pure
Pure node server + JaxMaTe client (:warning: :construction:)

Using a variant of [JaxMaTe](https://github.com/nilqed/jaxMaTe) tailored to the [Pure programming language](https://github.com/agraef/pure-lang).

## Quick install

Required:

* [node.js](https://nodejs.org/en/) (e.g. `sudo apt install nodejs`)
* [pure -i](https://agraef.github.io/pure-lang/), in path, and optionally the [pure-reduce](https://github.com/agraef/pure-lang/wiki/Addons#pure-reduce) add-on.

Get the repo:

git clone https://github.com/nilqed/jaxmate_pure.git

Start:

* `cd jaxmate_pure`
* `node pure_server.js`
* open http://localhost:3010, (e.g. `firefox localhost:3010`)

:heavy_exclamation_mark: Tested with Firefox

![jxmt_pure](docs/jxmt_pure.png)

## Customise

:bell: [todo]

![jxmt_pure2](docs/jxmt_pure2.png)