JVMを実装するとは - To implement the Java Virtual Machine correctly, you need only be able to read the class file format and correctly perform the operations specified therein. (The Java Virtual Machine Specification 第2章冒頭より引用) - 「クラスファイルを読み取り、記述された操作を正しく実行できれば ok」 - 作りました => https://github.com/toricor/p5-jvmtiny