Skip to content

Comparison with other configuration languages? #7

Answered by bioball
neongreen asked this question in Q&A
Discussion options

You must be logged in to vote

We definitely need to flesh out our comparison page a bit.

But, here's some rough thoughts for now:

Nickel, Dhall and KCL are the closest in terms of language design. CUE has a different philosophy (types are values, values are types). Jsonnet is also similar, but lacks the ability to express types.

I think we have the best IDE experience; it's been around for years and has been polished over time. But, we only have IDE-like editing in JetBrains editors for now, at least until we provide an LSP.

One of the things that makes us unique is that we try to target both config generation, and integration into an application. I'm not aware of any other config language that provides codegen for so…

Replies: 7 comments 18 replies

Comment options

You must be logged in to vote
9 replies
@andrewcrook
Comment options

@andrewcrook
Comment options

@dbohdan
Comment options

@bioball
Comment options

@holzensp
Comment options

Comment options

You must be logged in to vote
2 replies
@bronze1man
Comment options

@salotz
Comment options

Answer selected by neongreen
Comment options

You must be logged in to vote
1 reply
@bioball
Comment options

Comment options

You must be logged in to vote
4 replies
@bioball
Comment options

@BenjyWiener
Comment options

@translatenix
Comment options

@holzensp
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@Malix-off
Comment options

@Malix-off
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet