Lame programming joke
/**
* TODO - robust implementation of this method would really help the program.
*/
public static void ___turingCompleteAI() {
while(true) {
// Trivial implementation of cognitiveLoop()
// left as an exercise to the reader. :)
// cognitiveLoop();
} // End while
}

0 comments:
Post a Comment