9 ms·
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 wit
by wallstop 2mo ago
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.
- NordStreamYacht 2mo agoYes, but why? If the purpose is to run Scheme, run Scheme: why jump through Hoots oops I mean hoops.
- ptx 2mo agoHow do you run Scheme directly in the browser?
- NordStreamYacht 2mo agoWhy would anyone want to run scheme in the browser? That's what I'm trying to understand. If the goal is to run scheme, run scheme. If the goal is to port Hoop then I get it. Why walk in water when you can take the ferry?
- klez 2mo agoA couple of reasons that come to mind: - For the same reasons people run js server-side: single codebase in the same language; familiarity with the language; other? - Because some people simply like scheme and want to code the frontend of webapps in scheme - Because they want to port Goblins to the browser and Goblins already work with scheme.
- wkjagt 2mo ago> Yes, but why? Most likely answer is "because that's what they wanted to do", which is a totally legit reason.