Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/svisser/python-to-jvm

Side project to experiment with running Python on the Java Virtual Machine (JVM)
https://github.com/svisser/python-to-jvm

Last synced: 4 days ago
JSON representation

Side project to experiment with running Python on the Java Virtual Machine (JVM)

Awesome Lists containing this project

README

        

This is a personal project to experiment with running Python on the Java Virtual Machine (JVM),
primarily Java byte code generation. It includes basic tokenization and parsing of Python
code and Java byte code generation. If the Python code doesn't quite resemble PEP-8, it most likely won't parse well.

Have a look at [Jython](http://www.jython.org/) for a more useful implementation
of running Python on the JVM.