On Tue, 24 Aug 2010 09:31:35 -0700 Mike Hansen <[email protected]> wrote:
> 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. There is also a basic example here: http://sage.math.washington.edu/home/burcin/sage_link/ I wrote that during a workshop in Kaiserslautern to let gfan call some Singular functions. Cheers, Burcin -- 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
