TclYAML 0.5 released

Published

Another of my projects out for quite some time without any announcement. This one is eight years old, started early 2012.

TclYAML is a reader and generator for YAML documents. It achieves this by wrapping the libyaml reference implementation.

Note that the recent YAML specification has JSON as a parseable subset. In other words, this package will happily read JSON as well.

(... go on, you are curious)

Mustache 1.1 released

Published

While version 1.0 of this project exists for over a year now I actually never announced anything. Thus, instead of listing changes since then, lets start from scratch.

Mustache is at its heart a project for the processing of mustache logic-less templates.

It further provides data structures (frames) for the easy supplication of values to templates. These further allow (de)serialization into other formats, with connectors to JSON and YAML (via TclYAML).

(... go on, you are curious)