Ever since LLM agents took off discourse has gotten a lot less interesting since that's seemingly all that people talk about

Oh wait, what's this message about again? Oops

@cwebber So to fix that, let me tell you about the PR for spritely hoot-repl that reduces load times of the #Guile #Scheme web #REPL in #webassembly by at least 30% ☺

https://codeberg.org/spritely/hoot-repl/pulls/4

Though I’m sure you already know, so this is just an "I answered the review" notification, but more interesting than something about LLM agents ☺

#wasm #programming

Optimize load time

This change parallelizes all resource loading. Before this change, all resources were loaded by the browser sequentially:First reflect.js and repl.js. After those are finished, wtf8.wasm (triggered from repl.js, initiated from reflect.js). Then repl.wasm (same). And finally (after a few ms pro...

Codeberg.org