On 11 October 2012 18:28, Kerim Aydin <[email protected]> wrote: > HA! I'd already copypastad it to a safe location under my control which I'll > use/publish for the official rules :P > > But sure, it's http://esolangs.org/w/index.php?title=Brainfuck&oldid=32694
To resolve the "Implementation issues" section of that page, I suggest 8-bit tape cell values that wrap on both under- and overflow, a right- (but not left-) infinite tape (or finite but of no fewer than 30000 cells, if you wish to exclude entries that theoretically work but don't run on any practical machine), setting the current tape cell to 0 on EOF, and specifying the newline value as 10 in both input and output. These are basically arbitrary, but the most common (and best for golfing) variant of brainfuck (possibly modulo EOF, which is a controversial issue, but 0 is best for golfing anyway, since a 0 value terminates a loop).

