Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zxh0/jvmgo-book
《自己动手写Java虚拟机》随书源代码
https://github.com/zxh0/jvmgo-book
Last synced: 1 day ago
JSON representation
《自己动手写Java虚拟机》随书源代码
- Host: GitHub
- URL: https://github.com/zxh0/jvmgo-book
- Owner: zxh0
- License: mit
- Created: 2016-01-06T13:13:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-04-05T14:55:38.000Z (over 2 years ago)
- Last Synced: 2024-08-01T22:45:44.152Z (3 months ago)
- Language: Go
- Homepage:
- Size: 3.83 MB
- Stars: 1,606
- Watchers: 78
- Forks: 519
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [《自己动手写Java虚拟机》][jd] 源代码
![build workflow](https://github.com/zxh0/jvmgo-book/actions/workflows/main.yml/badge.svg)
![jvm.go Logo][logo]
* [✎ 勘误表](v1/errata.md)
* [☺ 购买][jd]
* 加入读者交流群(qq: 470333113)[logo]: https://raw.githubusercontent.com/zxh0/jvmgo-book/master/v1/gophers/cover.png
[jd]: https://item.jd.com/11935272.html---
读者的实现:
* [Relph1119/JVMByPython](https://github.com/Relph1119/JVMByPython)(Python)
* [tzh476/zvm](https://github.com/tzh476/zvm)(Java)
* [qszhu/jvm-ts](https://github.com/qszhu/jvm-ts)(TS)
* [iamazy/jvm-rs](https://github.com/iamazy/jvm-rs) (Rust)
* [dxx/jvm-rust](https://github.com/dxx/jvm-rust) (Rust)