Embed Notice
HTML Code
Corresponding Notice
- Embed this notice@ignaloidas @Miaourt Even beyond implementation design: Parsing a C header can effectively only be done by a C Compiler (Go got bitten hard by this many times) and in some cases the same C Compiler as the one used for compiling it. Gotta love people not making the public headers pretty much static.
And yeah I've done my fair share of JSON over HTTP/TCP/socket/pipe/… it's fine for batch/timesharing things but if you ever need something with a tiny bit of real-time, you're screwed.