clj-yaml

Ingy döt Net 2026-02-23T18:44:58.656669Z

https://yamlstar.org/ is a new YAML loader for all languages (including Clojure of course). It's essentially YAMLScript minus the Script. A GraalVM shared library bound to 10 langs and counting. It doesn't use the Java SnakeYAML parser like YS though. 100% Clojure codebase. With the big news about https://gloathub.org/blog/2026/02/22/introducing-gloat-and-glojure/ https://clojurians.slack.com/archives/C06MAR553/p1771870600954149 I plan to build it with Go instead of Graal and get it out to far more places.

🎉 1