Differences between revisions 7 and 8
Revision 7 as of 2008-11-14 13:41:51
Size: 1010
Editor: anonymous
Comment: converted to 1.6 markup
Revision 8 as of 2022-04-05 00:45:08
Size: 0
Editor: mkoeppe
Comment: outdated
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
This page is part the [[windows|Sage on Windows port]].

== Proposed ==
 * Get Cygwin port working again. This depends on libSingular working. The Singular team would be very happy if this happened
 * Take standalone applications and move them over to MinGW and/or MSVC if possible, i.e. the Salami tactic
 * port pexpect to native Windows API - this is needed for MinGW/MSVC to work
 * Once pexpect works we should combine the notebook, matplotlib-based plotting code, the calculus code and maxima to have a basic program useful to a lot of people
 * port the remaining C/C++/Fortran code over to the new toolchain and get closer to a full working Sage

== Goals ==

=== Until Dev1 in Seattle ===

 * document tool chain setup
 * get people caught up to speed with tool chain and/or Sage's internal structure [in case they need it]
 * get Cygwin port working again
 * get pari and its dependencies working with MSVC 64 bit
 * analyze what needs to be done to get R up and running with MSVC