First time here? Check out the FAQ!
answered 2011-06-08 10:58:07 +0100
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: