> Why not just use Scheme directly, what's the benefit of porting to Hoot?<p>Scheme is not a thing you use directly, you have to select an implementation. Hoot is one such implementation (targeting execution on WASM).
I think the second sentence of the article covers that pretty simply? To run it in the browser with wasm?<p>> One of the most exciting things I've been doing with this is getting my Scheme to compile to the Web thanks to Hoot.