Recent related post (22 comments) <a href="https://news.ycombinator.com/item?id=34144566" rel="nofollow">https://news.ycombinator.com/item?id=34144566</a><p>Also: comparison with other languages such as dhall or cue or jsonnet at <a href="https://kcl-lang.io/docs/user_docs/getting-started/intro/" rel="nofollow">https://kcl-lang.io/docs/user_docs/getting-started/intro/</a>
Kusion Configuration Language (KCL) is an open source constraint-based record and functional language. KCL improves the writing of a large number of complex configurations such as cloud native scenarios through mature programming language technology and practice, and is committed to building better modularity, scalability and stability around configuration, simpler logic writing, fast automation and good ecological extensionality.
I see a problem there with the pythonic range() function. I suggest to create syntax that can express closed, partially closed and open intervals. And make it always requiring two arguments.<p>As it is now, people have to know the quirks of python to understand what this schema wants to say. The meaning should be clear on first look.