Skip to content

Hot reloading of Scheme scripts in Rust

This page explains hot reloading of Stak Scheme scripts to change behavior of Rust programs dynamically. By reading this page, you will learn:

  • How to enable hot reloading of Scheme scripts in Rust projects.
  • How to keep updating Scheme scripts in Rust programs during hot reloading.

WIP

References