Differences between revisions 5 and 6
Revision 5 as of 2006-10-26 19:36:37
Size: 734
Editor: wstein
Comment:
Revision 6 as of 2006-10-26 19:41:53
Size: 1711
Editor: wstein
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:

 * http://www-sop.inria.fr/galaad/software/synaps/ -- It's a GPL'd C++ library for doing numerical and algebraic stuff together and seems mature. It requires FORTRAN and is very hard to build. I skimmed some source code and it seemed relatively readable at first glance, and maybe there is something useful in there. It's focused on numerical over algebraic.

== Software that is free and tries to do what SAGE does ==

 * http://www.mathemagix.org/mmxweb/web/welcome.en.html -- Their overall goal is very similar to SAGE's. However, they make different design choices than we have with SAGE in almost every way:
        * They build everything around [http://www.texmacs.org/ texmacs], which is a "beautiful" yet aggravating program.
        * They use C++ *very* very heavily.
        * They write their own new custom interpreter language for mathematics (though they describe it as general purpose, and strongly emphasize it shouldn't be for just math).

Ideas for Software to Integrate with SAGE

This is a list of programs and packages for mathematics that might possibly be included with or at least have an interface with SAGE someday.

Software that is free and tries to do what SAGE does

  • http://www.mathemagix.org/mmxweb/web/welcome.en.html -- Their overall goal is very similar to SAGE's. However, they make different design choices than we have with SAGE in almost every way:

    • They build everything around [http://www.texmacs.org/ texmacs], which is a "beautiful" yet aggravating program.

    • They use C++ *very* very heavily.
    • They write their own new custom interpreter language for mathematics (though they describe it as general purpose, and strongly emphasize it shouldn't be for just math).

devel/SoftwareToIntegrate (last edited 2022-04-05 01:06:16 by mkoeppe)