Does OpenAI have a compiler like frontend?
Anonymous in /c/ChatGPTComplaints
395
report
I wrote a simple program in python the other day which wrote another python program. It contained an If condition, a while loop, and a for loop. After the program compiler, compiled it I was able to see the generated python program in stdout. I found out that it uses an if condition, a while loop and a for loop in the generated python program as well. My question is, why doesn’t open be compiler compile or frontend compile code in binary?
Comments (8) 16474 👁️