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
- Host: GitHub
- URL: https://github.com/nilqed/pure_jaxmate
- Owner: nilqed
- License: mit
- Created: 2018-12-21T23:10:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T09:28:48.000Z (over 3 years ago)
- Last Synced: 2025-06-06T06:37:59.008Z (about 1 year ago)
- Topics: computer-algebra-system, math, mathjax, nodejs-server, pure-lang, reduce-algebra, socket-io, symbolic-computation, term-rewriting
- Language: Red
- Homepage: http://nilqed.github.io/pure_jaxmate/
- Size: 19.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## Customise
:bell: [todo]
