Why not just use Scheme directly, what's the benefit of porting to Hoot?
> One of the most exciting things I've been doing with this is getting my Scheme to compile to the Web thanks to Hoot.
Scheme is not a thing you use directly, you have to select an implementation. Hoot is one such implementation (targeting execution on WASM).
NordStreamYacht•51m ago
Why not just use Scheme directly, what's the benefit of porting to Hoot?
ryukafalz•30m ago
wallstop•30m ago
> One of the most exciting things I've been doing with this is getting my Scheme to compile to the Web thanks to Hoot.
Jtsummers•26m ago
Scheme is not a thing you use directly, you have to select an implementation. Hoot is one such implementation (targeting execution on WASM).