| Projects on Google Code | Results 1 - 1 of 1 |
unPython is a Python to C compiler. unPython compiles a type-annotated subset of Python to C code.Type annotations are added through decorators or as strings discarded by the Python interpreter. Thus your annotated source is still 100% pure python and will run unmodified on the interpreter. unPython...