https://github.com/tsoding/jellovm
JVM in Python that can only run "Hello, World"
https://github.com/tsoding/jellovm
java jvm python virtual-machine
Last synced: 5 months ago
JSON representation
JVM in Python that can only run "Hello, World"
- Host: GitHub
- URL: https://github.com/tsoding/jellovm
- Owner: tsoding
- License: mit
- Created: 2022-10-15T06:58:18.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-03T02:36:15.000Z (over 2 years ago)
- Last Synced: 2025-04-29T12:18:49.534Z (8 months ago)
- Topics: java, jvm, python, virtual-machine
- Language: Python
- Homepage:
- Size: 273 KB
- Stars: 159
- Watchers: 5
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JelloVM
JVM in Python that can only run ["Hello, World"](https://en.wikipedia.org/wiki/%22Hello,_World!%22_program).
## Quick Start
```console
$ javac Main.java
$ ./jello.py Main.class
```
## Screencasts
This was developed on a livestream:
[](https://www.youtube.com/watch?v=67FmRyv8jTM)
[](https://www.youtube.com/watch?v=anOidUQcv1w)
## References
- https://docs.oracle.com/javase/specs/jvms/se7/html/jvms-4.html
- https://docs.oracle.com/javase/specs/jvms/se7/html/jvms-6.html