Scheme Is a Hoot
gracefulliberty.com
Scheme Is a Hoot
1–10 of 21 posts
Re: Scheme Is a Hoot
#2Why not just use Scheme directly, what's the benefit of porting to Hoot?
Re: Scheme Is a Hoot
#3I don't understand. Why not just use Scheme directly, what's the benefit of porting to Hoot?
Re: Scheme Is a Hoot
#4I don't understand. 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.
Re: Scheme Is a Hoot
#5I don't understand. Why not just use Scheme directly, what's the benefit of porting 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).
Re: Scheme Is a Hoot
#6Re: Scheme Is a Hoot
#7Re: Scheme Is a Hoot
#8[0] https://spritely.institute/goblins/
[1] https://github.com/ocapn/ocapn/blob/main/draft-specification...
Re: Scheme Is a Hoot
#9I don't understand. Why not just use Scheme directly, what's the benefit of porting to Hoot?
In other terms: Why not just use C directly, why use gcc?
Re: Scheme Is a Hoot
#10I don't understand. Why not just use Scheme directly, what's the benefit of porting to Hoot?
I think the second sentence of the article covers that pretty simply? To run it in the browser with wasm? > One of the most exciting things I've been doing with this is getting my Scheme to compile to the Web thanks to Hoot.