Licence: MIT
Author: Michael Filonenko
Depends on:
embeddable-maxima
cl-json
restas
Source code: https://github.com/liangmuxue/maxima-json-rpc
Start server:
git clone https://github.com/liangmuxue/maxima-json-rpc sbcl (pushnew "/path/to/maxima-json-rpc/" asdf:*central-registry*) (pushnew "/path/to/embeddable-maxima/" asdf:*central-registry*) (ql:quickload :maxima-json-rpc) (restas:start :maxima-json-rpc :port 9090)
Examples of JSON-RPC clients:
See also: embeddable-maxima, Maxima.
Mathematics