Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pkl support #464

Open
leonardwoo opened this issue Feb 27, 2024 · 3 comments
Open

Pkl support #464

leonardwoo opened this issue Feb 27, 2024 · 3 comments

Comments

@leonardwoo
Copy link

Apple configuration as code language with rich validation and tooling.

https://github.com/apple/pkl

@cowtowncoder
Copy link
Member

Looks a bit like YAML, but also is a ... programming language? Might be challenging to expose via Jackson Streaming API but who knows. If anyone wants to take a crack, would be happy to help with details!

@yawkat
Copy link
Member

yawkat commented Feb 28, 2024

i think you need to evaluate the whole file at a time, but with config formats that's not too bad. probably will have to do it the same way as the toml module.

@cowtowncoder
Copy link
Member

Yeah agreed, cannot do truly incremental processing and no, probably not a big deal for config formats. But the complexity of evaluating expressions may be challenging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants