16
Alfer
7y

Develop PM AIs, i can already see the how the code will look like :

for(;;){
sayRandomShit();
}

Comments
  • 6
    I was wondering why do you prefer to write "for(;;)" instead of "while (true)" ? :)
  • 1
    @AdrianD to maybe start a little shitstorm on how to write a correct infinite loop, and also because it's shorter than while(true)
Add Comment