Replies: 1 comment 6 replies
-
Yeah, it's something we plan on doing. We're planning on providing a C library that can be used instead of talking to a child process. Our bindings for Swift and Go both talk to Pkl by spawning a child process right now, but they're implemented in a way so that we can swap it out with a C library pretty easily (once it's ready). |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Are there any plans to add C, c++ or similar abi bindings or generation for pkl? A shared wrapper around the go support might be sufficient, but it would greatly help with usage for not just those languages but binding python for example.
Beta Was this translation helpful? Give feedback.
All reactions