-
This also reminds me of [HCL](https://github.com/hashicorp/hcl?tab=readme-ov-file#informat...)
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
Loving this! Like other commenters here the syntax reminds me of KDL, except a lot simpler. I wrote an implementation <https://github.com/Heliodex/confetti-go> that passes all conformance tests, which gave me a good feel for the language. Pretty easy to get working as well, though I haven't tried adding any of the appendices yet.
-
I've been a long-time fan of KDL format, so I liked Confetti even more.
I spent a couple hours writing a fully complaint parser in pure Python. It passes all tests, and among other things has a separate "mapper" mode for more pythonic usage.
https://github.com/bobuk/pyconfetti