pagoda
pagoda copied to clipboard
CueLang
Your code is a little bit low code type of architecture.
I was thinking about also using Cuelang with it. This would mean that you dont have to have types everywhere. Types can be used at runtime. But you can also generate JSON, YMAL, OPENAPI, and a ton more things with Cue.
https://cuelang.org/
https://cuelang.org/docs/usecases/ is a good place to start.
https://github.com/cue-lang/cue is golang ... Its even has the equivalent go.mod and go.sum.. Its really cool.
There are a ton of golang coders using it around github etc.
https://github.com/cueblox/blox
https://github.com/eonpatapon/tree-sitter-cue
How do you see that being used within this project?
Closing due to inactivity.