|
|
|
|
|
by ActorNightly
1106 days ago
|
|
You wouldn't debug it directly. The interaction will be something like telling the compiler to run the program for a certain input, and seeing wrong output, and then saying, "Hey, it should produce this output instead". The algorithm will be smart enough to simply regenerate the code minimally to produce the correct output. |
|