From: Jeronimo P. <j_...@al...> - 2016-09-02 16:28:27
|
On Wed, Aug 31, 2016 at 05:39:28AM +0000, Robert Dodier wrote: > On 2016-08-30, Jeronimo Pellegrini <j_...@al...> wrote: > > > I would like to integrate Maxima in some other software I've been > > working on, > > What language is the other software written in? If Python -- there is an > implementation of Python in Common Lisp named CLPython. If Java -- there > is an implementation of Common Lisp in Java named ABCL. In either case, > it might be possible to call directly from the other program into a > Maxima function. It's a program written in Scheme. Thanks to everyone who answered. Using "maxima -s" seems to be useful, as I can then parse the output from Maxima in Scheme. J. |