Hello All,
I am working a bit with Mathics and want to incorporate it as a backed serve for a project that I am working on now.
With that in mind, I can startup the server "mathicsserver" and then go to "
http://localhost:8000" after which I am presented with a nice workspace.
What I would like to be able to do is to send it an initial equation or sequence that it will run.
I can think of 2 cases that I would be interested in working out:
1. Send an equation string and get back a result via JSON or perhaps XML that I can then embed as output to the user.
or
2. Send an equation string and have it run that equation string on the initial call that is evaluated and then the user can continue to do other things in the workspace.
Is there anything like this built into the current Mathics system?
If not, then how hard would it be to add?
Cheers,
Lonnie