|
|
|
|
|
by eeue56
809 days ago
|
|
I wrote a toy language along these lines a while back[0]. Basically, types and function signatures, with comments in English, produce a valid program. You write a type and a comment, and the compiler goes through GPT to run the code. Fun novel idea. [0] - https://github.com/eeue56/neuro-lingo |
|