On Mon, May 3, 2010 at 7:25 AM, Carter, Nathan <NCARTER at bentley.edu> wrote:
> Is there a how-to for integrating Maxima into other projects? ?Perhaps I just didn't find it in my searching. ?If not, is there anyone to whom I could go for advice?
There's a lot of (unorganized) information on this at
http://trac.sagemath.org/sage_trac/ticket/6781 . It uses ECL to
access Maxima through a C-library interface. It is actually pretty
robust and usable. This
http://trac.sagemath.org/sage_trac/ticket/7377 switches Sage to use
Maxima only through ECL instead of the current "stdin/stdout"
interface and it passes all tests.
So, there are some ideas there.
--Mike