Hi Richard, On Fri, Mar 14, 2025 at 7:56 PM Richard Sent <rich...@freakingpenguin.com> wrote: > > Hi all! > > I'm happy to announce that Guile Blocks 0.2.0 has released. Guile Blocks > is an Org Mode inspired implementation of source blocks in Guile Scheme. > > I have a webpage published with Haunt that demonstrates some of the new > features. You can find the webpage at > https://www.freakingpenguin.com/blog/haunt-and-hoot-and-blocks-oh-my.html > and the code used to build it at > https://git.sr.ht/~freakingpenguin/blog/tree/master/item/posts/guile-blocks/4-hoot.sxml. > > Some highlights of 0.2.0: > > 1. Guile Hoot support! Code snippets can be compiled via Hoot to > WebAssembly and written to a .wasm file. You can even combine it with a > JavaScript shim block to load the .wasm file.
Wow, this is awesome! Love the ASCII rotating donut demo. This is a really neat approach to writing posts in SXML with Haunt. - Dave