What is PCF exactly? #185
Replies: 2 comments 9 replies
-
|
Are you referring to PCF? We do not have a specification for it yet. But, PCF is basically "Pkl, but only the data". |
Beta Was this translation helpful? Give feedback.
-
|
I would like some information on this as well. My use-case is that we have two layers of configuration where a higher-level definition orchestrates lower-level isolated tasks and passes configuration down to them. These files cannot be evaluated together because they are within different layers of the application. I have a Pkl serializer which emits an expression that can be passed in using a client module reader (throws for any typed object that's non- A tangential question: Are all PCF expressions valid Pkl expressions if embedded within a |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It is mentioned in a couple places that
PCLPCF is a static subset of PKL. Are there any details about what this subset is made of? And spec or documentation for it?Beta Was this translation helpful? Give feedback.
All reactions