Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I don't think so.

However, Cython might be just as good for you. It will generate C code based on your Sage code, compile it on the fly, and then you have a C program to use.

Some links: