From: Robert D. <rob...@gm...> - 2016-08-31 05:45:22
|
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. best Robert Dodier |