Github Reposu : https://github.com/apple/pkl
Web Sayfası : https://pkl-lang.org/
// Code generated from Pkl module `example.myAppConfig`. DO NOT EDIT. package myappconfig import ( "context" "github.com/apple/pkl-go/pkl" ) type MyAppConfig struct { // The hostname for the application Host string `pkl:"host"` // The port to listen on Port uint16 `pkl:"port"` }Go ile verilen bu örnek kodun PKL karşılığı aşağıdaki gibi:
module example.MyAppConfig /// The hostname for the application host: String /// The port to listen on port: UInt16(this > 1000)Big Data performansını da test edip kendi görüşlerimi burada paylaşacağım.