Subject: Interface for Maxima in the my diploma project
From: Robert Dodier
Date: Wed, 7 Nov 2007 12:40:18 -0700
On 11/6/07, _SmallTalk_ SmallTalk <mrsmalltalk at gmail.com> wrote:
> Hello. I am a Dennis I Ananiev.I am from Khabarovsk Russia.
> Ask me
> May I ' ll try to write a interface for Maxima in the my diploma project?
Dennis, thanks for your interest in Maxima.
There are several user interface projects in progress now;
see: http://maxima.sourceforge.net/relatedprojects.shtml
One idea --- an Eclipse plug-in for Maxima.
From: http://maxima.sourceforge.net/wiki/index.php?Design%20Notes
Maxima plugin for Eclipse (an extensible programming environment,
see: http://eclipse.org)
* "How to write an Eclipse debugger"
http://www.eclipse.org/articles/Article-Debugger/how-to.html
* Cusp http://cusp.devjavu.com (Lisp plugin for Eclipse, could be
a starting point for Maxima plugin)
* Matheclipse http://www.matheclipse.org (Mathematica plugin for Eclipse)
Another idea --- not a user interface. There has been a some interest
in running Maxima on a Java virtual machine. I believe the best way
to achieve that is to write a code generator for Clisp (clisp.cons.org)
which emits Java byte codes instead of Clisp byte codes.
Hope these ideas are interesting to you.
Robert Dodier