https://forum.dlang.org/post/cswkmtdymiuxbariplbu@forum.dlang.org
On Monday, 6 September 2021 at 16:59:26 UTC, SealabJaster wrote:
>https://github.com/SdlangInitiative
Since SDLang is quite closely related to D, as D is one of the only real users of it, I felt this was "D appropriate" enough to post.
[...]
Thanks for the nice work, I try compare this with a few other options:
- hcl
- cue
- Jsonnet
- Dhall
I find cue is the most promise one, but it only has go impelement.
cue can verify data with type at once. If we can use ctfe generate cue schema by struct like toml-foolery
and auto parse it into D value, it will be a killer feature to attract more people to use D