This repository has been archived by the owner on Jun 16, 2020. It is now read-only.
Releases: masscry/zhvm
Releases · masscry/zhvm
v0.1.2
Alice
ALICE IS HERE!!
Description
First release. This release includes first implementations of several must-have programs for assembling and running of VM code:
cmplv2
Assemble code to ZHVM imagesexec
Run ZHVM imagesrepl
Simple Read-Eval-Print-Loop program.
Performance
Performance tested with calculation of fib(30) and shown to be very poor even worse than Python (0.4 vs 0.7), but would improve in further releases with introduction of direct-threading and macro-commands.