Unit: A self-replicating Forth mesh agent running in a browser tab(davidcanhelp.github.io)
davidcanhelp.github.io
Unit: A self-replicating Forth mesh agent running in a browser tab
https://davidcanhelp.github.io/unit/
8 comments
After you try the WASM, don't forget to try the native version: `cargo install unit`
Interesting idea
Thanks! It's been a fun project to build. The live demo only scratches the surface — the native CLI (cargo install unit) does real UDP mesh networking, persistence, and cross-machine coordination. More coming soon.
Also should indicate it's case-insensitive, and the tutorial should be more permissive about how you type the examples e.g. typing lower case should be okay.
Missing a lot of basic words like HERE and , but I'm guessing this is to do with limitations of the underlying memory model, but there's not a lot of info on how to achieve arrays/lists without it.