The Dhall Configuration Language
dhall-lang.org
The Dhall Configuration Language
1–10 of 192 posts
Re: The Dhall Configuration Language
#2Re: The Dhall Configuration Language
#3Re: The Dhall Configuration Language
#4Looks great otherwise
Re: The Dhall Configuration Language
#5 { home = "/home/bill"
, privateKey = "/home/bill/.ssh/id_ed25519"
, publicKey = "/home/blil/.ssh/id_ed25519.pub"
}
This is the most awkward abuse of formatting I've seen in a long time. Just allow/require a final trailing comma, and this nonsense goes awayRe: The Dhall Configuration Language
#6{ home = "/home/bill" , privateKey = "/home/bill/.ssh/id_ed25519" , publicKey = "/home/blil/.ssh/id_ed25519.pub" } This is the most awkward abuse of formatting I've seen in a long time. Just allow/require a final trailing comma, and this nonsense goes away
Re: The Dhall Configuration Language
#7Re: The Dhall Configuration Language
#8{ home = "/home/bill" , privateKey = "/home/bill/.ssh/id_ed25519" , publicKey = "/home/blil/.ssh/id_ed25519.pub" } This is the most awkward abuse of formatting I've seen in a long time. Just allow/require a final trailing comma, and this nonsense goes away
Re: The Dhall Configuration Language
#9Another ~similar project not mentioned in that thread is https://ucg.marzhillstudios.com
Re: The Dhall Configuration Language
#10Nope, so now I have no incentive to use your config format because it's established something is wrong and it's completely non-obvious.
Thanks for not wasting my time, I guess.