Announcing August! An Emmet-like language that produces JSON, TOML, or YAML, written in Rust

https://github.com/yoav-lavi/august

13 points · 2 comments · view on lemmy.world

2 Comments

wischi@programming.dev · 4 pts · 3y (1 reply)

How does it compare to Nickel (https://github.com/tweag/nickel)?

yoavlavi@programming.dev · 4 pts · 3y

Nickel looks like something akin to Nix (JSON with functions), whereas August's goal is to allow you to quickly write a snippet that expands to your target document (e.g. via an editor extension) like Emmet. You can think of August like a snippet or shortcut to typing (or editing) a document rather than its own configuration language