answered 13 years ago
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: