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
It would be cool to support Apple's Pkl language. Elide could support this as a configuration and static asset language. Pkl structures can render to static configuration (JSON, YAML, plists, and so on), and the language implementation is based on Truffle. Elide's fork of Pkl supports the latest APIs for GraalVM and is already compatible with our Gradle build via a Git submodule and includeBuild(...).
The text was updated successfully, but these errors were encountered:
Feature description
It would be cool to support Apple's Pkl language. Elide could support this as a configuration and static asset language. Pkl structures can render to static configuration (JSON, YAML, plists, and so on), and the language implementation is based on Truffle. Elide's fork of Pkl supports the latest APIs for GraalVM and is already compatible with our Gradle build via a Git submodule and
includeBuild(...)
.The text was updated successfully, but these errors were encountered: