Have you tried 'runCommand'? e.g.
http://gist.github.com/77844 with: $ rhino maxima.js 'diff(sin(x),x);' On Feb 3, 3:37 pm, [email protected] wrote: > I'm writing a javascript client, with a to-be-determined-serverside > math application that interfaces with maxima the free math program. > Has anyone ever written a Rhino to maxima interface, and can you point > me to some resources? If directly calling functions from that lisp > program isn't exactly rhino's cup of tea, can rhino run system command > lines, such as starting maxima...passing in "1+1;" and retrieving the > answer "2" ?? > > Any insight would be extremely helpful, resources about connecting to > maxima via other computer languages is very limited. _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
