I've been hacking away using Shen on lots of different projects -- will try to share some as I get further.
Meanwhile, I wanted to share a couple additional ports (PR here:
https://github.com/Shen-Language/shen-language.github.io/pull/13) and I’ve also been building two cross-port tools:
* Bifrost (
https://github.com/pyrex41/bifrost) runs the same Shen expressions and programs across multiple implementations, compares their behavior, and can act as a front door for selecting a specific port. Sort of like Roswell, but for Shen
* Ratatoskr (
https://github.com/pyrex41/ratatoskr) tree-shakes Shen programs and builds standalone artifacts for several hosts.
All of these should currently be considered experimental. The ports are targeting Shen kernel 41.2, and they still need broader real-world testing—particularly on Windows. Feedback, portability reports, and test programs would be very welcome.