Hi Nala, On Tue, May 6, 2025 at 8:36 PM Nala Ginrut <nalagin...@gmail.com> wrote: > > Congrats! > I've read the article about Hoot work with DOM. Will this be an official > library or framework?
We don't currently have any plans to release a UI framework, but it would be nice to have libraries that provide essential wrappers around various web APIs (like DOM). I know from looking at Kotlin JS and Kotlin Wasm that it's possible to parse the various WebIDL specifications and automatically generate the Scheme code. The first step along the way, though, is to build a high-level JS FFI for Hoot on top of the existing low-level Wasm FFI. Then we need a WebIDL parser, which I hear is not an easy thing to write but I haven't looked into the complications. Hope this helps give some context, - Dave