Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zserge/tojvm
A toy JVM in Go
https://github.com/zserge/tojvm
Last synced: 17 days ago
JSON representation
A toy JVM in Go
- Host: GitHub
- URL: https://github.com/zserge/tojvm
- Owner: zserge
- License: apache-2.0
- Created: 2020-06-02T07:53:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-21T21:10:41.000Z (over 4 years ago)
- Last Synced: 2024-10-14T12:23:28.748Z (about 1 month ago)
- Language: Go
- Size: 17.6 KB
- Stars: 156
- Watchers: 8
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tojvm
Tojvm is a "toy VM", an attempt to implement a JVM in Go. Currently it's rather incomplete, and many instructions are missing. However, it can do basic arithmetics, create objects, call methods and modify their fields. I hope to add more instructions later, but if you get interested in how it works - PRs and comments are always welcome!
This should not be used in production, the performance will suffer anyway. Only use for didactic purposes.