Running Scheme on the Web with Hoot and WASM
Scheme Is a Hoot
I've been learning Scheme to implement physics concepts and recently compiled my code to run on the Web using Hoot. Despite Hoot's instability and cryptic error messages, seeing Scheme execute via a custom stack without Emscripten is incredible. I've set up tests for both native Guile and WASM environments, ensuring my code remains agnostic. While the setup was challenging, the progress is rewarding, and I'm now exploring the potential of combining Zig with Scheme for future Web projects.
"I'm starting to feel more and more that Zig + Scheme is the perfect combination and I want to do more experimentation in that direction."