Skip to content

rust-hosted-langs/book

Repository files navigation

Writing Interpreters in Rust

An online book covering the lower level topics involved in writing an interpreter in Rust including:

  • memory management: allocation and garbage collection
  • virtual machines: bytecode, instruction dispatch
  • concurrency: OS threads, green threads
  • Rust FFI: accessing managed objects from Rust

Contributors 10

Languages