|
|
|
|
|
by dymk
2537 days ago
|
|
It's not even in the same solution space. I can't replace my YAML with Dhall and consume it directly. I have to now depend on the converter to go from Dhall -> YAML/JSON. All I did was add another layer of complexity into my config. Maybe you'll benefit from the added abstraction; I see the value in having "typed" configs that are semi-scriptable but not turing complete. But it's in no way a "replacement". |
|
If that was in fact all you had done, it would not be worth it. But it might remove a ton of boilerplate from your YAML.