You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
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.
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.
Apple configuration as code language with rich validation and tooling.
https://github.com/apple/pkl
The text was updated successfully, but these errors were encountered: