Re: [sage-devel] Re: Sage as a library

2010-08-24 Thread Burcin Erocal
On Tue, 24 Aug 2010 09:31:35 -0700 Mike Hansen wrote: > On Tue, Aug 24, 2010 at 9:22 AM, Jason Grout > 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

Re: [sage-devel] Re: Sage as a library

2010-08-24 Thread Mike Hansen
On Tue, Aug 24, 2010 at 9:22 AM, Jason Grout 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 co

[sage-devel] Re: Sage as a library

2010-08-24 Thread Jason Grout
On 8/24/10 8:23 AM, David Kirkby wrote: One thing I *believe* Sage lacks, compared to Mathematica and MATLAB (I;m not sure about Maple or MAGMA), is the ability to write a C program and make use of Sage, by linking in a librar If I want, I can create a C program, then using the Mathlink protoco