6 ms·
Now that's an interesting thought, I wonder if you could use a modified subset of TypeScript to create a IDL/DDL for JSON-RPC. Then compile that schema into imp
by dpeckett 2y ago
Now that's an interesting thought, I wonder if you could use a modified subset of TypeScript to create a IDL/DDL for JSON-RPC. Then compile that schema into implementations for various target languages.
- IggleSniggle 2y agoTypia kinda does this, but currently only has a Typescript -> Typescript compiler.
- crabmusket 2y agoYeah that's what I'd look into. Maybe TS -> Json Schema -> target language.