Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/svisser/python-to-jvm
- Owner: svisser
- Created: 2012-03-28T17:09:28.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-04-11T20:22:13.000Z (over 12 years ago)
- Last Synced: 2024-10-18T20:31:27.499Z (2 months ago)
- Language: Python
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.mdown
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.