Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 353 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 353 Bytes

Clojit-VM

What

Clojure Virtual Maschine written in Rust

Why

Explore how to write a VM and JIT in Rust

How

chmod +x clojitvm
./clojitvm resources/programs/let_test.clj

This first runs the Clojure->Clojit Bytecode comipler (written in Clojure).

Then runs 'cargo run' to pass in the Bytecode file to VM.