Open
Description
Originally opened by @matthewmueller in cuelang/cue#69
I'm very interested in CUE for inter process communication. I was wondering if there are any plans to add function signatures to enforce how two processes can communicate with each other?
Something like services in Thrift / Protobuf or queries & mutations in a GraphQL schema.
This seems a bit outside of the core motivation for CUE, but it does seem like CUE would fit very well here too.