4 ms·
Very cool! You might want to consider also publishing a schema for it too, as a Pkl package. The package can simply be published as a GitHub release (see detai
by bioballer 3y ago
Very cool!
You might want to consider also publishing a schema for it too, as a Pkl package. The package can simply be published as a GitHub release (see details in this post here: https://github.com/apple/pkl/discussions/85#discussioncomment-8394334 https://github.com/apple/pkl/discussions/85#discussioncommen...)
Also, despite being written in Java, Pkl is distributed as a native executable for macOS and Linux (Windows coming soon).
But yeah, you do need the executable installed on your system in order for our pkl-go bindings to work.
- bbkane 3y agoNeeding the pkl CLI adds a runtime dependency I'd rather not have. Is there any way to use pkl from Go without needing to shell out? Maybe Go library that calls a wasm blob or something?