On Tue, Aug 24, 2010 at 9:22 AM, Jason Grout <[email protected]> wrote: > It's possible to do python stuff from within a C program. I wonder if it > would be sufficient to just import Sage within that python context.
Yep. At Sage Days 14, Dan Grayson did basically this for Macaulay2 so that they could call Sage commands from M2 over a C interface. The code for this is in the M2 SVN repository. --Mike -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
