Python Cross Compilers
- Jython : Python to Java ByteCode, that runs on JVM
- IronPython : Python to .NET, that runs on CLR
- RPython to build PyPy interpreter.
- - Python to Java Byte Code
- - Python to .NET CLR
- - Python to C
- Pyjs: Python to JavaScript
- Cython, Pyrex: Python to C
- Cython, Pythran, Shed Skin: Python to C+
- Google's Grumpy: Python to Go
- MyHDL: Python to VHDL
- Stakeless Python: CPython for coroutines
- MicroPython: Python for Microcontroller
- Unladen Swallow: Performance oriented CPython
0 comments:
Post a Comment