Replies: 2 comments 8 replies
-
You're on the right track! It's both a programming language and a configuration language. Can you be more specific? I'm not sure what's confusing to you. |
Beta Was this translation helpful? Give feedback.
7 replies
-
from what i see most people saying about it people seem to see pkl as an intermediary language which will produce for example json files, can i assume that i can just use pkl directly? as in writing a program which just takes a pkl file as a config and the evaluates it internally to get the config data? or is that something it was never meant for? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
so ive just heard about pkl and that it is a configuration language and am going through the tutorial,
however it seems that it is also a normal programming language (which reminds me more of lua which is used a extension/config lang)
and then the thing about language bindingd is also somewhat enigmatic to me.
ive not had much experience with this kind of language so please dont be too harsh
Beta Was this translation helpful? Give feedback.
All reactions