awesome-python-compilers
awesome-python-compilers copied to clipboard
Retrospective of Python compilation efforts
https://github.com/zanellia/prometeo
https://github.com/RustPython/RustPython
Cf. https://www.python.org/ftp/python/contrib/ Viperi is an interpreter for the Viper language, which is basically the same as Python. Many 'pure python' programs should run with Viperi. Viperi is a testbed for...
These frameworks allow writing Python code, sometimes fairly idiomatic, sometimes constrained, that can be translated and/or compiled to run natively and/or in GPU or other. (See, for example: https://www.tensorflow.org/xla) Might...