Hi!
Love what you all are doing here. I came to know about REBOL from a talk Doug Crockford did on syntax and data formats. I learned more about Carl's vision for the design and principles of the language, and Ren-C seems to be carrying on that tradition of simplicity and sustainability.
I decided to join the forum because I've been craving a language that's easier to carry with me wherever I might be, and REBOL fits the bill. Excited to learn more from you all.
I'm particularly inspired by @hostilefork's talk from a few years ago where you could build a new interpreter using just the tools that come with it. I've been experimenting recently with the cosmopolitan libc toolchain, and I think it could supercharge that capability:
https://github.com/jart/cosmopolitan
Admittedly I'm still a novice getting used to everything, but you can try what I have so far here if you'd like:
r3/README-COSMO.md at renc-cosmo-testing · jjsullivan5196/r3 · GitHub
Building with cosmo allows the executable image to run on just about any computer you can paste it on, no rebuilding required!