|
|
|
|
|
by kkukshtel
777 days ago
|
|
I wish any of Typespec, Cue, Pkl, Dhall, etc. would just implement their core functionality in C with an ABI for other language bindings. Needing to use whatever dep they decided to operate with as part of adoption of the language itself is a big ask. I want to try out your config language, I don't want/need all of node to make this happen. |
|
Since CUE is written in Go, you can output a .so that is then used like your C based desire, if I understand you correctly