Conversation

So, translating natural language to code is pretty cool, but what I really want is the other way around. I want the machine to look at some code and explain to me what it does.
5
55
“This C function reads bytes from disk and sends them over a UDP connection that it receives as an argument. Also this pointer arithmetic looks pretty sus.”
3
8
I remember an extended example in K&R where they parse function pointer typedefs to an English explanation.
1