On Dec 10, 2007 1:21 PM, Ian Kelly <[EMAIL PROTECTED]> wrote: > I don't think there's any need to wait on contestification or my > intended amendment to go through, so let's get started. > > We'll begin relatively simple: the first task for Brainfuck Golf is > to print out all the prime numbers (and only the prime numbers) less > than 256, delimited by newlines, and then terminate. > > This can be done any way you prefer: computing the primes on the fly, > storing a list in the code, etc. Numbers may be written out in > binary, octal, decimal, or hexadecimal as preferred, as long as the > program consistently uses a single system. The program must not > accept any input.
Do you have a preferred newline format? Is the ASCII LF character sufficient rather than a CR LF? -- Geoffrey Spear http://www.geoffreyspear.com/

